nova-framework / mini-nova
Mini MVC Framework for PHP 5.6+
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 3
Open Issues: 0
Language:JavaScript
Type:project
Requires
- php: >=5.6.0
- nova-framework/mini-system: dev-master
- nova-framework/plugin-installer: dev-mini
- ramsey/uuid: ~3.0
Requires (Dev)
- fzaninotto/faker: ^1.6
This package is auto-updated.
Last update: 2024-10-21 21:32:41 UTC
README
Mini-Nova is a smaller version of Nova and twice the speed. Perfect for simple sites and API's.
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.
Layouts files exist in App\Views\Layouts
this folder is where all layout files should be placed.
->withStatus() removed when Redirect::to('route')->withStatus('message')