@extends('backend.admin.layouts.master') @section('content')
php artisan clear-compiled
Remove the compiled class file
php artisan completion
Dump the shell completion script
php artisan db
Start a new database CLI session
php artisan down
Put the application into maintenance / demo mode
php artisan env
Display the current framework environment
php artisan help
Display help for a command
php artisan inspire
Display an inspiring quote
php artisan list
List commands
php artisan migrate
Run the database migrations
php artisan optimize
Cache the framework bootstrap files
php artisan serve
Serve the application on the PHP development server
php artisan test
Run the application tests
php artisan tinker
Interact with your application
php artisan up
Bring the application out of maintenance mode
php artisan auth:clear-resets
Flush expired password reset tokens
php artisan cache:clear
Flush the application cache
php artisan cache:forget
Remove an item from the cache
php artisan cache:table
Create a migration for the cache database table
php artisan config:cache
Create a cache file for faster configuration loading
php artisan config:clear
Remove the configuration cache file
php artisan db:seed
Seed the database with records
php artisan db:wipe
Drop all tables, views, and types
php artisan event:cache
Discover and cache the application's events and listeners
php artisan event:clear
Clear all cached events and listeners
php artisan event:generate
Generate the missing events and listeners based on registration
php artisan event:list
List the application's events and listeners
php artisan key:generate
Set the application key
php artisan make:cast
Create a new custom Eloquent cast class
php artisan make:channel
Create a new channel class
php artisan make:command
Create a new Artisan command
php artisan make:component
Create a new view component class
php artisan make:controller
Create a new controller class
php artisan make:event
Create a new event class
php artisan make:exception
Create a new custom exception class
php artisan make:factory
Create a new model factory
php artisan make:job
Create a new job class
php artisan make:listener
Create a new event listener class
php artisan make:mail
Create a new email class
php artisan make:middleware
Create a new middleware class
php artisan make:migration
Create a new migration file
php artisan make:model
Create a new Eloquent model class
php artisan make:notification
Create a new notification class
php artisan make:observer
Create a new observer class
php artisan make:policy
Create a new policy class
php artisan make:provider
Create a new service provider class
php artisan make:request
Create a new form request class
php artisan make:resource
Create a new resource
php artisan make:rule
Create a new validation rule
php artisan make:scope
Create a new scope class
php artisan make:seeder
Create a new seeder class
php artisan make:test
Create a new test class
php artisan make:widget
Create a new widget (arrilot/laravel-widgets)
php artisan migrate:fresh
Drop all tables and re-run all migrations
php artisan migrate:install
Create the migration repository
php artisan migrate:refresh
Reset and re-run all migrations
php artisan migrate:reset
Rollback all database migrations
php artisan migrate:rollback
Rollback the last database migration
php artisan migrate:status
Show the status of each migration
php artisan model:prune
Prune models that are no longer needed
php artisan notifications:table
Create a migration for the notifications table
php artisan optimize:clear
Remove the cached bootstrap files
php artisan package:discover
Rebuild the cached package manifest
php artisan queue:batches-table
Create a migration for the batches database table
php artisan queue:clear
Delete all of the jobs from the specified queue
php artisan queue:failed
List all of the failed queue jobs
php artisan queue:failed-table
Create a migration for the failed queue jobs database table
php artisan queue:flush
Flush all of the failed queue jobs
php artisan queue:forget
Delete a failed queue job
php artisan queue:listen
Listen to a given queue
php artisan queue:monitor
Monitor the size of the specified queues
php artisan queue:prune-batches
Prune stale entries from the batches database
php artisan queue:prune-failed
Prune stale entries from the failed jobs table
php artisan queue:restart
Restart queue worker daemons after their current job
php artisan queue:retry
Retry a failed queue job
php artisan queue:retry-batch
Retry the failed jobs for a batch
php artisan queue:table
Create a migration for the queue jobs database table
php artisan queue:work
Start processing jobs on the queue as a daemon
php artisan route:cache
Create a route cache file for faster route registration
php artisan route:clear
Remove the route cache file
php artisan route:list
List all registered routes
php artisan schedule:clear-cache
Delete the cached mutex files created by scheduler
php artisan schedule:list
List the scheduled commands
php artisan schedule:run
Run the scheduled commands
php artisan schedule:test
Run a scheduled command
php artisan schedule:work
Start the schedule worker
php artisan schema:dump
Dump the given database schema
php artisan session:table
Create a migration for the session database table
php artisan storage:link
Create the symbolic links configured for the application
php artisan stub:publish
Publish all stubs that are available for customization
php artisan vendor:publish
Publish any publishable assets from vendor packages
php artisan view:cache
Compile all of the application's Blade templates
php artisan view:clear
Clear all compiled view files