PHP code example of sawirricardo / laravel-web-console
1. Go to this page and download the library: Download sawirricardo/laravel-web-console library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
sawirricardo / laravel-web-console example snippets
return [
];
Route::webconsole('web-console')
->middleware(['auth'])
->name('web-console');
bash
php artisan vendor:publish --tag="laravel-web-console-config"
bash
php artisan vendor:publish --tag="laravel-web-console-views"