voyager安装

Installation Steps1. Require the PackageAfter creating your new Laravel application you can include the Voyager package with the following command:$composer require tcg/voyager 2. Add the DB Credenti

- 阅读全文 -

Laravel 8.* 清除缓存命令

清除缓存:php artisan cache:clear清除路由缓存:php artisan route:cache清除视图缓存:php artisan view:clear清除配置缓存:php artisan config:cache您也可以在路由中调用Artisan::call清除命令缓存。因此您可以像下面这样创建路由:Route::get('/clear-cache-all', functi

- 阅读全文 -