#########Laravel###############2018-01-09 16:46:26 # switch to maintenance mode php artisan down # switch to normal mode php artisan up # config cache php artisan config:cache
Installation Via Laravel Installer First, download the Laravel installer using Composer. composer global require "laravel/installer=~1.1" Make sure to place the ~/.composer/vendor/bin directory in your PATH so the laravel executable is found whe
Introduction In the past, developers have generated a Cron entry for each task they need to schedule. However, this is a headache. Your task schedule is no longer in source control, and you must SSH into your server to add the Cron entries. The Larav
https://socialiteproviders.github.io/providers/qq.html 1. Installation // This assumes that you have composer installed globally composer require socialiteproviders/qq # 2. Service Provider Remove Laravel\Socialite\SocialiteServiceProvider from your
Laravel Artisan Tinker: The optimize Command December 7, 2016 Laravel JOHN KOSTER The optimize command optimizes various aspects to improve the performance of the Laravel application. The command provides two flags. The --force flag can be set to ind