Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 560 Bytes

readme.md

File metadata and controls

29 lines (22 loc) · 560 Bytes

LaraStart

Laravel Starter

Fetures

  • Login/Forgot Password With reCaptcha
  • Social Login
  • Registration with Email Verification
  • Datatables library included
  • Image intervention library included
  • Debugbar included
  • Flash Message (From Laracasts)
  • Html/Form library included
  • Role Base Access Control (RBAC)
  • AdminLte Included on backend

Comming Soon (TODO)

  • RBAC Cpanel Menu
  • Settings Cpanel Menu
  • Crud Generator

Docs

  • Installtion

git clone https://github.com/vimalmistry/LaraStart.git cd LaraStart && composer update