irate basic
Initial Release
The future of a new PHP Framework that allows you to start your application faster.
Currently in early stages of development, we do not recommend using in production yet.
Join our discord server for real-time discussion on feature requests, updates, and more! Join Now!
composer installphp ir8 setupBulma Documentation
Smarty Template Engine Documentation
Current available packages:
An example of how to create a Todo list via the Irate Framework.
php ir8 package install todos
To create a migration:
Application/Migrations/up: example.sqlApplication/Migrations/down: example.sqlup migration:php ir8 migrate up example
down migration:php ir8 migrate down example
This deletes all tables, and re-creates the migration table
php ir8 migrate reset
For up: php ir8 migrate all up
For down: php ir8 migrate all down
Will be coming out with documentation soon! For now, study the /Application directory, it has a few
good examples of how things are supposed to work.