1 2 3 4 5 6 7 8 9 10 11 12 13 14‹?php namespace Controller; use Core\{Controller, Language, View}; class Home extends Controller { public function index() { $data['text'] = Language::get('home'); View::render('home', $data); } }
December 2019
Due to its simplicity and easy way to use, it gives you the opportunity to learn it in just one night (with sleep included). Because the best things come in small packages.
There isn't bloatware in here, if a resource is not used, it's not loaded, simple. Even some of the core elements of the framework can be disabled. Wolff is friendly with potato servers.
You can work however you want, most of the Wolff features are completely optional, don't even worry about it if the MVC is a good structural pattern or not, you aren't tied to it.
composer create-project usbac/wolff
We know that sometimes create a new page, extension or language can be tedious.
That's why Wolff comes with an useful CLI. With it you can modify the current configuration, routes, make new elements and much more.