· 6 years ago · Jan 18, 2020, 11:20 PM
1Available commands:
2 clear-compiled Remove the compiled class file
3 down Put the application into maintenance mode
4 env Display the current framework environment
5 help Displays help for a command
6 list Lists commands
7 migrate Run the database migrations
8 optimize Cache the framework bootstrap files
9 preset Swap the front-end scaffolding for the application
10 serve Serve the application on the PHP development server
11 tinker Interact with your application
12 up Bring the application out of maintenance mode
13 app
14 app:name Set the application namespace
15 auth
16 auth:clear-resets Flush expired password reset tokens
17 cache
18 cache:clear Flush the application cache
19 cache:forget Remove an item from the cache
20 cache:table Create a migration for the cache database table
21 config
22 config:cache Create a cache file for faster configuration loading
23 config:clear Remove the configuration cache file
24 db
25 db:seed Seed the database with records
26 event
27 event:generate Generate the missing events and listeners based on registration
28 key
29 key:generate Set the application key
30 laroute
31 laroute:generate Generate a laravel routes file
32 make
33 make:auth Scaffold basic login and registration views and routes
34 make:channel Create a new channel class
35 make:command Create a new Artisan command
36 make:controller Create a new controller class
37 make:event Create a new event class
38 make:exception Create a new custom exception class
39 make:factory Create a new model factory
40 make:job Create a new job class
41 make:listener Create a new event listener class
42 make:mail Create a new email class
43 make:middleware Create a new middleware class
44 make:migration Create a new migration file
45 make:model Create a new Eloquent model class
46 make:notification Create a new notification class
47 make:observer Create a new observer class
48 make:policy Create a new policy class
49 make:provider Create a new service provider class
50 make:request Create a new form request class
51 make:resource Create a new resource
52 make:rule Create a new validation rule
53 make:seeder Create a new seeder class
54 make:test Create a new test class
55 make:transformer Create a new Fractal transformer class
56 migrate
57 migrate:fresh Drop all tables and re-run all migrations
58 migrate:install Create the migration repository
59 migrate:refresh Reset and re-run all migrations
60 migrate:reset Rollback all database migrations
61 migrate:rollback Rollback the last database migration
62 migrate:status Show the status of each migration
63 notifications
64 notifications:table Create a migration for the notifications table
65 optimize
66 optimize:clear Remove the cached bootstrap files
67 p
68 p:environment:database Configure database settings for the Panel.
69 p:environment:mail Set or update the email sending configuration for the Panel.
70 p:environment:setup Configure basic environment settings for the Panel.
71 p:info Displays the application, database, and email configurations along with the panel version.
72 p:location:delete Deletes a location from the Panel.
73 p:location:make Creates a new location on the system via the CLI.
74 p:maintenance:clean-service-backups Clean orphaned .bak files created when modifying services.
75 p:migration:clean-orphaned-keys Cleans API keys from the database that are not assigned a specific role.
76 p:schedule:process Process schedules in the database and determine which are ready to run.
77 p:server:bulk-power Perform bulk power management on large groupings of servers or nodes at once.
78 p:server:rebuild Rebuild a single server, all servers on a node, or all servers on the panel.
79 p:user:delete Deletes a user from the Panel if no servers are attached to their account.
80 p:user:disable2fa Disable two-factor authentication for a specific user in the Panel.
81 p:user:make Creates a user on the system via the CLI.
82 package
83 package:discover Rebuild the cached package manifest
84 queue
85 queue:failed List all of the failed queue jobs
86 queue:failed-table Create a migration for the failed queue jobs database table
87 queue:flush Flush all of the failed queue jobs
88 queue:forget Delete a failed queue job
89 queue:listen Listen to a given queue
90 queue:restart Restart queue worker daemons after their current job
91 queue:retry Retry a failed queue job
92 queue:table Create a migration for the queue jobs database table
93 queue:work Start processing jobs on the queue as a daemon
94 route
95 route:cache Create a route cache file for faster route registration
96 route:clear Remove the route cache file
97 route:list List all registered routes
98 schedule
99 schedule:finish Handle the completion of a scheduled command
100 schedule:run Run the scheduled commands
101 session
102 session:table Create a migration for the session database table
103 storage
104 storage:link Create a symbolic link from "public/storage" to "storage/app/public"
105 theme
106 theme:create Create a new theme
107 theme:install Install a theme package
108 theme:list List installed themes
109 theme:package Create a theme package
110 theme:refresh-cache Rebuilds the cache of "theme.json" files for each theme
111 theme:remove Removes a theme
112 vendor
113 vendor:publish Publish any publishable assets from vendor packages
114 view
115 view:cache Compile all of the application's Blade templates
116 view:clear Clear all compiled view files