sh php artisan命令
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh php artisan命令相关的知识,希望对你有一定的参考价值。
### DATABASE
# Run migration
php artisan migrate
# Create migration with table
php artisan make:migration create_task_table --create=tasks
# Rerun migration
php artisan make:migrate:refresh
## MODELS
#make model
php artisan make:model Tasks
以上是关于sh php artisan命令的主要内容,如果未能解决你的问题,请参考以下文章
如何从命令的“php artisan list”中隐藏默认的 artisan 命令?
“php artisan ui vue --auth”命令和“php artisan ui:auth”有啥区别
Laravel - php artisan 研究
如何手动使用 composer, artisan ...(Laravel) php 命令
php PHPUnit:编写Artisan命令测试
什么是最大值php artisan命令的执行时间