Aller au contenu principal
Version: Canary 🚧

Introduction

La console vous aide à accélérer votre développement. Il permet de générer des classes et tester votre application en locale.

Genereate app key and resources

CommandeeDescription
generate:resourceCreate new REST controller
generate:sessionFor generate session table
generate:keyCreate new app key

Add user boilerplate class

CommandeeDescription
add:middlewareCreate new middleware
add:configurationCreate new configuration
add:serviceCreate new service
add:exceptionCreate new exception
add:controllerCreate new controller
add:modelCreate new model
add:validatorCreate new validator
add:seederCreate new table fake seeder
add:migrationCreate a new migration
add:eventCreate a new event listener
add:producerCreate a new producer

MIGRATION apply a migration in user model

CommandeeDescription
migration:migrateMake migration
migration:resetReset all migration
migration:rollbackRollback to previous migration
migrateAlias of migration:migrate

CLEAR for clear cache information

CommandeeDescription
clear:viewClear view cached information
clear:cacheClear cache information
clear:sessionClear session cache information
clear:logClear logs cache information
clear:allClear all cache information

SEED Make seeding

CommandeeDescription
seed:table [name]Make seeding for one table
seed:allMake seeding for all

RUN Launch process

CommandeeDescription
run:consoleshow psysh php REPL for debug you code.
run:serverrun a local web server.

Il manque quelque chose ?

Si vous rencontrez des problèmes avec la documentation ou si vous avez des suggestions pour améliorer la documentation ou le projet en général, veuillez déposer une issue pour nous, ou envoyer un tweet mentionnant le compte Twitter @bowframework ou sur directement sur le github.