当前位置:网站首页>php artisan
php artisan
2022-07-03 06:55:00 【AquilaEAG】
php artisan The order is Laravel Commands provided by the framework , It is convenient for users to quickly create 、 Check the corresponding module parameters .
from :https://www.lmonkey.com/t/RwykwR0yX
command explain remarks
php artisan make:resource ? establish api Return to the format resource >=5.4 Version available
php artisan make:rule ? establish validate The rules >=5.4 Version available
php artisan make:exception ? Create exception classes >=5.4 Version available
php artisan make:factory ? Create a factory class >=5.4 Version available
php artisan package:discover Reset the cache information of the package >=5.4 Version available
php artisan storage:link ? Create a symbolic link from "public/storage" to "storage/app/public" >=5.4 Version available
php artisan view:clear Clear all compiled view files >=5.4 Version available
command explain remarks
php artisan clear-compiled Clear the compiled class file
php artisan down Put the application into service mode
php artisan up Exit the maintenance mode of the application
php artisan env Displays the current frame environment
php artisan fresh Remove the bracket outside the included frame
php artisan help Show command line help
php artisan list List commands
php artisan migrate Run database migration
php artisan env Displays the current frame environment
php artisan optimize For better framework to optimize performance
php artisan serve stay php Service this application in the development server --port 8080,--host 0.0.0.0
php artisan tinker Interact in applications
php artisan app:name ? Set the application namespace
php artisan auth:clear-resets Clear expired password reset key Not used
php artisan cache:clear Clear the application cache
php artisan cache:table Create a migration to cache database tables
php artisan config:cache Create a cache file to load the configuration
php artisan config:clear Delete the configured cache file
php artisan db:seed The database generates simulation data
php artisan event:generate Generate event and listen Configuration needs to be implemented eventserviceprivoder
php artisan make:command ? Create a new command handler class
php artisan make:console ? Generate a Artisan command
php artisan key:generate Set program key
php artisan make:controller ? Generate a resource control class
php artisan make:middleware ? Generate a middleware
php artisan make:migration ? Generate a migration file
php artisan make:model ? Generate a Eloquent Model class
php artisan make:provider ? Generate a service provider class
php artisan make:request ? Generate a form message class
php artisan migrate:install ? Create a migration library file
php artisan make:migration ? Generate a migration file
php artisan migrate:refresh ? Reset and rerun all migrations
php artisan migrate:reset ? Rollback all database migrations
php artisan migrate:rollback ? Rollback last database migration
php artisan migrate:status Displays the migration of the list
php artisan queue:failed List all failed work queues
php artisan queue:failed-table ? Create a migrated failed queue database worksheet
php artisan queue:flush Clear all failed work queues
php artisan queue:forget ? Delete a failed work queue
php artisan queue:listen ? Listen to a certain work queue
php artisan queue:restart Restart all currently running work queues
php artisan queue:retry Retry a failed work queue
php artisan queue:subscribe subscribe URL, Put on the queue
php artisan queue:table Create a migrated queue database worksheet
php artisan queue:work Proceed to the next queue task
php artisan route:cache For faster route registration , Create a route cache file
php artisan route:clear Clear the route cache file
php artisan route:list List all registered routes
php artisan schedule:run Run the scheduled command
php artisan session:table Create a migrated SESSION Database worksheet
php artisan vendor:publish Publish some useful resources that can be published from the provider's plug-in package
边栏推荐
- [Code] if (list! = null & list. Size() > 0) optimization, set empty judgment implementation method
- Condition annotation in uni-app realizes cross segment compatibility, navigation jump and parameter transfer, component creation and use, and life cycle function
- Personally design a highly concurrent seckill system
- File links cannot be opened or downloaded in Google browser
- Journal quotidien des questions (11)
- centos php7.3安装redis扩展
- 第8章、MapReduce 生产经验
- Opencv mouse and keyboard events
- Unittest attempt
- Summary of the design and implementation of the weapon system similar to the paladin of vitality
猜你喜欢

2022-06-23 VGMP-OSPF-域间安全策略-NAT策略(更新中)

Software testing assignment - day 1

Numerical method for solving optimal control problem (I) -- gradient method

熊市里的大机构压力倍增,灰度、Tether、微策略等巨鲸会不会成为'巨雷'?

论文笔记 VSALM 文献综述《A Comprehensive Survey of Visual SLAM Algorithms》

Liang Ning: 30 lectures on brain map notes for growth thinking
![[open source project recommendation colugomum] this group of undergraduates open source retail industry solutions based on the domestic deep learning framework paddlepadddle](/img/f8/0e3fbfd13bf06291a73200552ff17a.png)
[open source project recommendation colugomum] this group of undergraduates open source retail industry solutions based on the domestic deep learning framework paddlepadddle

POI excel percentage

Chapter 8. MapReduce production experience

Yolov1 learning notes
随机推荐
Daily question brushing record (11)
2022 cisp-pte (III) command execution
Know flex box
golang操作redis:写入、读取hash类型数据
Sorting out the core ideas of the pyramid principle
Thoughts in Starbucks
IC_ EDA_ All virtual machine (rich Edition): questasim, vivado, VCs, Verdi, DC, Pt, spyglass, icc2, synthesize, innovative, ic617, mmsim, process library
C2338 Cannot format an argument. To make type T formattable provide a formatter<T> specialization:
第8章、MapReduce 生产经验
Pits encountered in the use of El checkbox group
JMeter JSON extractor extracts two parameters at the same time
error C2017: 非法的转义序列
Understand software testing
The difference between CONDA and pip
Software testing learning - day one
Realize PDF to picture conversion with C #
mysql误删root账户导致无法登录
2022 East China Normal University postgraduate entrance examination machine test questions - detailed solution
[5g NR] UE registration process
2022-06-23 VGMP-OSPF-域间安全策略-NAT策略(更新中)