chore: Update package.json scripts for backend and frontend
This commit is contained in:
parent
d83803394b
commit
c17594ec0b
59 changed files with 1218 additions and 2504 deletions
|
@ -3,17 +3,6 @@
|
|||
use Illuminate\Foundation\Inspiring;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Console Routes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This file is where you may define all of your Closure based console
|
||||
| commands. Each Closure is bound to a command instance allowing a
|
||||
| simple approach to interacting with each command's IO methods.
|
||||
|
|
||||
*/
|
||||
|
||||
Artisan::command('inspire', function () {
|
||||
$this->comment(Inspiring::quote());
|
||||
})->purpose('Display an inspiring quote');
|
||||
})->purpose('Display an inspiring quote')->hourly();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue