Laravel 10.x以降のartisanの「up」コマンドを解説します。
Description
アプリケーションのメンテナンス・モードを解除します。
Usage
php artisan up
Options
オプションはありません。
Example
no options
php artisan up
INFO Application is now live.
Source
10.x
framework/src/Illuminate/Foundation/Console/UpCommand.php at 11.x · laravel/framework
The Laravel Framework. Contribute to laravel/framework development by creating an account on GitHub.
11.x
framework/src/Illuminate/Foundation/Console/UpCommand.php at 11.x · laravel/framework
The Laravel Framework. Contribute to laravel/framework development by creating an account on GitHub.
コメント