slim-skeleton-mvc-app
slim-skeleton-mvc-app copied to clipboard
This is a template web-application (powered by SlimPHP), that can be extended to build more complex web applications.
* Eliminate redundant code and make use of new php 7.2 and 7.3 features wherever possible. * Look at using a package like climate for cli operations. * Use Rector...
Add a lean and fully functional Users controller that will perform BREAD (Browse, Read, Edit, Add and Delete) operations on Users for each application created using this framework. This implementation...
Use Laravel as inspiration: > dev-server-router.php ```php