c:\wamp\www\lv5>php artisan listphp
Laravel Framework version 5.0.13數據庫
Usage:緩存
[options] command [arguments]服務器
Options(選項):session
--help (-h) Display this help messageapp
顯示幫助信息
--quiet (-q) Do not output any message框架
不輸出任何消息
--verbose (-v|vv|vvv) Increase the verbosity of messages:ide
1 for normal output, 2 for more verbose output and 3 for debug 增長冗長的消息:1 正常輸出 2 更加詳細的輸出 3調試輸出
--version (-V) Display this application version性能
顯示此應用程序的版本
--ansi Force ANSI output優化
強制用 ANSI碼輸出
--no-ansi Disable ANSI output
禁用用 ANSI碼輸出
--no-interaction (-n) Do not ask any interactive question
不要問任何交互式問題
--env The environment the command should run under.
在環境命令下運行
Available commands(可用的命令):
clear-compiled Remove the compiled class file
清除編譯後的類文件
down Put the application into maintenance mode
使應用程序進入維修模式
env Display the current framework environment
顯示當前框架環境
fresh Remove the scaffolding included with the framework
清楚包含框架外的支架
help Displays help for a command
顯示命令行的幫助
inspire Display an inspiring quote
顯示一個啓發靈感的引用
list Lists commands
列出命令
migrate Run the database migrations
運行數據庫遷移
optimize Optimize the framework for better performance
爲了更好的框架去優化性能
serve Serve the application on the PHP development server
在php開發服務器中服務這個應用
tinker Interact with your application
在你的應用中交互
up Bring the application out of maintenance mode
退出應用程序的維護模式
app
app:name Set the application namespace
設置應用程序命名空間
auth
auth:clear-resets Flush expired password reset tokens
清除過時的密碼重置密鑰
cache
cache:clear Flush the application cache
清除應用程序緩存
cache:table Create a migration for the cache database table
建立一個緩存數據庫表的遷移
config
config:cache Create a cache file for faster configuration loading
建立一個加載配置的緩存文件
config:clear Remove the configuration cache file
刪除配置的緩存文件
db
db:seed Seed the database with records
發送數據庫的詳細記錄
event
event:generate Generate the missing events and handlers based on registration
在記錄上生成錯過的事件和基礎程序
handler
handler:command Create a new command handler class
建立一個新的命令處理程序類
handler:event Create a new event handler class
建立一個新的事件處理程序類
key
key:generate Set the application key
設置程序密鑰
make
make:command Create a new command class
生成一個命令類
make:console Create a new Artisan command
生成一個Artisan命令
make:controller Create a new resource controller class
生成一個資源控制類
make:event Create a new event class
生成一個事件類
make:middleware Create a new middleware class
生成一箇中間件
make:migration Create a new migration file
生成一個遷移文件
make:model Create a new Eloquent model class
生成一個Eloquent 模型類
make:provider Create a new service provider class
生成一個服務提供商的類
make:request Create a new form request class
生成一個表單消息類
migrate
migrate:install Create the migration repository
建立一個遷移庫文件
migrate:refresh Reset and re-run all migrations
復位並從新運行全部的遷移
migrate:reset Rollback all database migrations
回滾所有數據庫遷移
migrate:rollback Rollback the last database migration
回滾最後一個數據庫遷移
migrate:status Show a list of migrations up/down
顯示列表的遷移 上/下
queue
queue:failed List all of the failed queue jobs
列出所有失敗的隊列工做
queue:failed-table Create a migration for the failed queue jobs database table
建立一個遷移的失敗的隊列數據庫工做表
queue:flush Flush all of the failed queue jobs
清除所有失敗的隊列工做
queue:forget Delete a failed queue job
刪除一個失敗的隊列工做
queue:listen Listen to a given queue
監聽一個肯定的隊列工做
queue:restart Restart queue worker daemons after their current job
重啓如今正在運行的全部隊列工做
queue:retry Retry a failed queue job
重試一個失敗的隊列工做
queue:subscribe Subscribe a URL to an Iron.io push queue 去Iron.io
訂閱URL,放到隊列上
queue:table Create a migration for the queue jobs database table
建立一個遷移的隊列數據庫工做表
queue:work Process the next job on a queue
進行下一個隊列任務
route
route:cache Create a route cache file for faster route registration
爲了更快的路由登記,建立一個路由緩存文件
route:clear Remove the route cache file
清除路由緩存文件
route:list List all registered routes
列出所有的註冊路由
schedule
schedule:run Run the scheduled commands
運行預約命令
session
session:table Create a migration for the session database table
建立一個遷移的SESSION數據庫工做表
vendor
vendor:publish Publish any publishable assets from vendor packages
發表一些能夠發佈的有用的資源來自提供商的插件包