Русское сообщество разработки на PHP-фреймворке Laravel.
Ты не вошёл. Вход тут.
DB::raw('LOCK TABLES important_table WRITE');
php artisan config:cache
config
config:cache Create a cache file for faster configuration loading
config:clear Remove the configuration cache file
Используй php artisan list для списка всех доступных команд
config\view.php
/*
|--------------------------------------------------------------------------
| View Storage Paths
|--------------------------------------------------------------------------
|
| Most templating systems load templates from disk. Here you may specify
| an array of paths that should be checked for your views. Of course
| the usual Laravel view path has already been registered for you.
|
*/
'paths' => [
resource_path('views/front'),
],