Laravel Feature Dashboard

Laravel 13.6.0 ยท PHP 8.3.30 ยท DB mysql ยท Cache file ยท Queue redis

Artisan Commands

$ php artisan demo:run

$ php artisan db:seed --class=DemoSeeder

$ php artisan queue:work --once

$ php artisan schedule:list

Custom Artisan command: demo:run โ€” see app/Console/Commands/DemoCommand.php