All Downloads are FREE. Search and download functionalities are using the official Maven repository.

php-laravel.routes.console.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
licenseInfo}}

use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;

Artisan::command('inspire', function () {
    $this->comment(Inspiring::quote());
})->describe('Display an inspiring quote');




© 2015 - 2024 Weber Informatics LLC | Privacy Policy