Releases: bolt-php/console
Releases · bolt-php/console
Added rollback / serve commands
This release makes two main changes:
- Added
migration:rollbackto rollback applied migrations - The web server (
serve) is now started inpublicdirectory
Added "migrate" and "make:migration" commands
Merge pull request #2 from Faheem-maker/database-migrations Added database migrations
Enhanced scaffolding
This update makes two improvements to scaffolding experience:
- Allow generating a full rest controller by appending
--restto the command - Remove the redundant
indexmethod from model
Addition of "init" command
This release implements a new command called init, which would autoamtically generate the .env file form given .env.exampe.
Addition of serve command
Serve Command
The serve command lets you serve the current server with a simple command, i.e. php tiny serve.
You don't need anything other than PHP to support this command.
Initial Release
Tiny PHP (Cli)
This is a simple CLI system integrated with Tiny PHP that can be used to generate controllers and models.
Example Usage
php tiny make:controller home