Recipes dealing with Laravel's Artisan command
-
Displaying Laravel's Change Log
-
Displaying the Current Environment
-
Listing Your Routes
-
Clearing the Compiled Class
-
Optimizing the Framework for Better Performance
-
Putting the Application in Maintenance Mode
-
Bringing the Application Out of Maintenance Mode
-
Creating the Migration Repository
-
Creating a New Migration
-
Running Database Migrations
-
Rolling Back the Last Database Migration
-
Rolling Back All Database Migrations
-
Resetting and Re-running All Migrations
-
Seeding Your Database
-
Creating a Migration for Sessions
-
Creating a Migration for Password Reminders
-
Clearing Expired Password Reminders
-
Creating a Reminders Controller
-
Creating a New Package Workbench
-
Clearing the Application Cache
-
Publishing a Package's Configuration to Your Application
-
Publishing a Package's Views to Your Application
-
Publishing a Package's Assets to Your Public Directory
-
Interacting With Your Application
-
Tailing a Log File on a Remote Server
-
Running PHP's Built-in Web Server
-
Generating a New Application Key
-
Creating a New Artisan Command
