LaravelPackages.net
Acme Inc.
Toggle sidebar
nova-framework/mini-nova

Mini MVC Framework for PHP 5.6+

10
4
About nova-framework/mini-nova

nova-framework/mini-nova is a Laravel package for mini mvc framework for php 5.6+. It currently has 4 GitHub stars and 10 downloads on Packagist. Install it with composer require nova-framework/mini-nova. Discover more Laravel packages by nova-framework or browse all Laravel packages to compare alternatives.

Last updated

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')

Star History Chart