Releases: flightphp/skeleton
Releases · flightphp/skeleton
v0.4.3
v0.4.2
What's Changed
- Updated some dependencies that are installed by default in
composer.json
Full Changelog: v0.4.1...v0.4.2
v0.4.1
composer.json
wasn't playing nice....
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Add many fixes to the default
config_sample.php
for easier ways to get started with a database. - Created
config.php
on project creation automatically. - Added sample
runway
command calledSampleDatabaseCommand
- Added post create project commands to create necessary folder structure even if things are empty.
- Added a few database related changes to the
services.php
file.
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0
What's Changed?
- Added
runway
command line helper. In the future it will have more functionality. Currentlyphp runway routes
is the only command.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.5
Corrected how you create the $app
object so that anything static is tied to the original object.
Full Changelog: v0.1.4...v0.1.5
Version 0.1.4
Tweak to default values to allow Tracy to capture errors instead of Flight
Version 0.1.3
Fixed a bug with displaying the Tracy bar Thanks @eydun