英語 での Artisan command の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
The cached Blade views may be removed using the view: clear Artisan command.
For example, you may do something like the following in a custom Artisan command.
You can generate a migration for this table using the queue: failed-table Artisan command.
For more information about artisan. php, refer to the documentation on the Artisan command line.
All of the routes needed to perform password resets may be generated using the make: auth Artisan command.
One approach to specifying the maximum number of times a job may be attempted is via the--tries switch on the Artisan command line.
You may publish Laravel's error page templates using the vendor: publish Artisan command.
The previously deprecated optimize Artisan command has been removed.
To generate a migration that creates this table, run the queue: table Artisan command.
You may gracefully terminate the master Horizon process on your machine using the horizon: terminate Artisan command.
Next, you may use the queue: subscribe Artisan command to register a URL end-point that will receive newly pushed queue jobs.
If the app/Jobs directory doesn't exist, it will be created when you run the make: job Artisan command.
In order to restore the traditional Vue/ Bootstrap scaffolding present in previous releases of Laravel, you may install the laravel/ui package and use the ui Artisan command to install the frontend scaffolding.
For example, after running the php artisan ui vue--auth Artisan command to scaffold your application's authentication and registration screens, you could drop the component into the home. blade. php Blade template.
Listeners generated by the event: generate Artisan command already have this interface imported into the current namespace, so you can use it immediately.
Registering An Artisan Command.
Next, run the dusk: install Artisan command.
To get started, run the dump-server Artisan command.
To run your tests, use the dusk Artisan command.