Commit ebf62507 by Angel MAS

update de readme

parent 73563aea
...@@ -4,15 +4,10 @@ ...@@ -4,15 +4,10 @@
# Installation # Installation
- Add this to composer.json file - Run this in the terminal
```php ```php
"onestartup/crm": "~0.0.1" composer require onestartup/crm
``` ```
and run
```php
composer update
````
- after add the ServiceProvider to the providers array in config/app.php - after add the ServiceProvider to the providers array in config/app.php
```php ```php
Onestartup\Crm\CrmListServiceProvider::class, Onestartup\Crm\CrmListServiceProvider::class,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment