project mini-nova
Mini MVC Framework for PHP 5.6+
nova-framework/mini-nova
Mini MVC Framework for PHP 5.6+
- Wednesday, June 6, 2018
- by daveismyname
- Repository
- 2 Watchers
- 3 Stars
- 9 Installations
- JavaScript
- 0 Dependents
- 0 Suggesters
- 3 Forks
- 0 Open issues
- 1 Versions
- 13 % Grown
Mini-Nova
Mini-Nova is a smaller version of Nova and twice the speed. Perfect for simple sites and API's., (*1)
Not included with Mini-Nova
- Cron
- Encrypted sessions (Cookies and Sessions are included)
- Exception Service
- Forensics
- HTML (class)
- Implicit Controllers into Routing
- Modules
- Resource Routes
- Support for SQLite, PostgreSQL and SQL Server
- Themes
- Whoops! (replaced by a simpler Handler)
Notable Changes
Assets should be placed inside the webroot
folder., (*2)
Layouts files exist in App\Views\Layouts
this folder is where all layout files should be placed., (*3)
->withStatus() removed when Redirect::to('route')->withStatus('message')
, (*4)