Releases: flightphp/skeleton
Releases · flightphp/skeleton
v1.3.0
v1.2.0
v1.1.1
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's changed
- Reordered some of the configurations in service, config, and bootstrap where it made more sense to group things together.
- Made the comments easier to read and follow through
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- A few adjustments to AI instructions and some default config changes.
config.phpnow defaultscontent_lengthto false:Flight::set('content_length', false);
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Added some instructions files for those that edit their projects with AI assistants (Github Copilot, Cursor, Windsurf)
Full Changelog: v0.4.3...v1.0.0
v0.4.3
Facepalm release for not running composer validate first
Full Changelog: v0.4.2...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.phpfor easier ways to get started with a database. - Created
config.phpon project creation automatically. - Added sample
runwaycommand 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.phpfile.
Full Changelog: v0.3.1...v0.4.0