Skip to content

⚡ PHP - FrontEnd Static frame work, usin Twig, Illuminate Package and Dotenv

Notifications You must be signed in to change notification settings

nnocsupnn/Preymwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preymwork 1.1

Preymwork is a hobby project of mine. built on illuminate/laravel, maximef/debugbar and Twig. this project is for custom static websites.

Sample

Environment Settings

  • 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

Make

  • controller for making controller class.
  • model for making model class.
php make controller ControllerName:methodName

php make model ModelName:table