Home > php教程 > php手册 > tp5 command line tool extension to quickly create database tables

tp5 command line tool extension to quickly create database tables

WBOY
Release: 2016-09-19 08:53:19
Original
1586 people have browsed it

Add command line support for TP, data migration files
Allow new custom commands
Allow overriding default commands
Show command list
Create module
Create a controller
Create a view
Create model
Create directory
Create file
Data table migration
Create parameter pool
Create behavior class
Under the command line
View the help command
github address and usage
https://github.com/selden1992/console

There are too few officially supported commands


Introduction
Add command line support for TP. The template of the data migration file is mysql5.7 as an example. Lower versions can modify the template path and console.php configuration file by yourself. Welcome to push your code
master is the development branch
2.* The branch supports tp3.2
tp5.* branch supports tp5

These command support include (src/route.php registers all commands, check it yourself)
Allow new custom commands
Allow overriding default commands
Show command list
Create module
Create a controller
Create a view
Create model
Create directory
Create file
Data table migration
Create parameter pool
Create behavior class
Under the command line
View the help commandphp artisanCreate an empty controllerphp artisan make:controller index/testCreate a resource controllerphp artisan make:controller index/test --resourceCreate a data tablephp artisan make:migration users/ / Create a data table record file and start writing to the database in the root directory database/migrations/php artisan magrate// Others


source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template