Preymwork is a hobby project of mine. built on illuminate/laravel, maximef/debugbar and Twig. this project is for custom static websites.
- DEBUG set true if you want to use the debuging bar.
- TWIG_CACHING set true if you want to cache the templates.
DEBUG=true
TWIG_CACHING=false
- controller for making controller class.
- model for making model class.
php make controller ControllerName:methodName
php make model ModelName:table