laravel 5.0 artisan 命令列表(中文简体)

来源:互联网 发布:mac eclipse 编辑:程序博客网 时间:2024/04/30 03:09
c:\wamp\www\lv5>php artisan listLaravel Framework version 5.0.13Usage:[options] command [arguments]Options(选项): --help (-h)           Display this help message                     显示帮助信息--quiet (-q)          Do not output any message                     不输出任何消息--verbose (-v|vv|vvv) Increase the verbosity of messages:                     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                退出应用程序的维护模式appapp:name             Set the application namespace                 设置应用程序命名空间authauth:clear-resets    Flush expired password reset tokens                     清除过期的密码重置密钥cachecache:clear          Flush the application cache                 清除应用程序缓存cache:table          Create a migration for the cache database table                创建一个缓存数据库表的迁移configconfig:cache         Create a cache file for faster configuration loading                 创建一个加载配置的缓存文件 config:clear         Remove the configuration cache file                 删除配置的缓存文件dbdb:seed              Seed the database with records                 发送数据库的详细记录eventevent:generate       Generate the missing events and handlers based on registration                 在记录上生成错过的事件和基础程序handlerhandler:command      Create a new command handler class                 创建一个新的命令处理程序类handler:event        Create a new event handler class                创建一个新的事件处理程序类keykey:generate         Set the application key                 设置程序密钥makemake: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                     生成一个表单消息类migratemigrate: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                     显示列表的迁移 上/下queuequeue: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                     进行下一个队列任务routeroute:cache          Create a route cache file for faster route registration                     为了更快的路由登记,创建一个路由缓存文件route:clear          Remove the route cache file                     清除路由缓存文件route:list           List all registered routes                     列出全部的注册路由 scheduleschedule:run         Run the scheduled commands                     运行预定命令sessionsession:table        Create a migration for the session database table                     创建一个迁移的SESSION数据库工作表vendorvendor:publish       Publish any publishable assets from vendor packages                     发表一些可以发布的有用的资源来自提供商的插件包

0 0
原创粉丝点击