This starter kit facilitates time saving by providing most used functionalities as a boiler plate. many of the application uses the same type of components and modules, starter kits aims to mititgate the same task of creating an application from the start:
- Authentication
- login / register
- forgot password
- .Htaccess to redirect to /public
-
Role & Permission
- robust package to manage role & permission
- https://github.com/spatie/laravel-permission
-
HasUUID
- Generates UUID as primary key automatically using simple trait
- https://github.com/binarycabin/laravel-uuid