Skip to content

Commit

Permalink
Readme file fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
keyur-spinx committed Oct 10, 2016
1 parent 7f00dc2 commit a8284cf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,12 @@ This module allow you to store settings into database with easy commands. You ca
Klaravel\Settings\ServiceProvider::class,
```

3. Open `config/app.php` and in `providers` section add:

```php
Klaravel\Settings\ServiceProvider::class,
```

in `aliases` section add:

```php
'Setting' => Klaravel\Settings\SettingsFacade::class,
```
4. Now generate the Settings migration:
3. Now generate the Settings migration:

```
php artisan settings:migration
Expand Down

0 comments on commit a8284cf

Please sign in to comment.