Skip to content

Releases: bolt-php/console

Added rollback / serve commands

26 Apr 07:41
ba84c85

Choose a tag to compare

This release makes two main changes:

  • Added migration:rollback to rollback applied migrations
  • The web server (serve) is now started in public directory

Added "migrate" and "make:migration" commands

20 Apr 15:02
58ff511

Choose a tag to compare

Merge pull request #2 from Faheem-maker/database-migrations

Added database migrations

Enhanced scaffolding

10 Apr 13:48

Choose a tag to compare

This update makes two improvements to scaffolding experience:

  1. Allow generating a full rest controller by appending --rest to the command
  2. Remove the redundant index method from model

Addition of "init" command

08 Apr 14:38
21e9deb

Choose a tag to compare

This release implements a new command called init, which would autoamtically generate the .env file form given .env.exampe.

Addition of serve command

06 Apr 13:43

Choose a tag to compare

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

28 Mar 15:13

Choose a tag to compare

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