Skip to content

Commit

Permalink
Update: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dayCod committed Jul 27, 2023
1 parent 0b49717 commit f48794e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ Laravel Artisan Backup is Package for Backup and Restore The Database, Artisan B
composer require daycode/artisan-backup
```

Go to config/app.php, then put these code on service providers
```php
'providers' => [
/*
* Package Service Providers...
*/
\DayCod\ArtisanBackup\ArtisanBackupServiceProvider::class,
],
```

Last, for make sure this package installed correctly.
```bash
composer dump-autoload && php artisan optimize:clear
Expand Down

0 comments on commit f48794e

Please sign in to comment.