https://github.com/nova-framework/mini-nova
A Mini MVC Framework
https://github.com/nova-framework/mini-nova
mini-framework
Last synced: 26 days ago
JSON representation
A Mini MVC Framework
- Host: GitHub
- URL: https://github.com/nova-framework/mini-nova
- Owner: nova-framework
- Created: 2017-02-22T20:53:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T02:44:19.000Z (almost 8 years ago)
- Last Synced: 2025-12-14T16:40:21.943Z (4 months ago)
- Topics: mini-framework
- Language: JavaScript
- Homepage:
- Size: 1.95 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini-Nova
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')`