Laravel Backend Template
i use this as a starting point for my backend projects , it saves time with basic auth functionalities and has code examples for repetitive blocks
What is it about ?
this is an API First Backend developed using laravel mysql and sacntum for authentification
A front end agnostic ready to use boilerplate for your next Mobile app or SPA
Features and Todo's
- authentication system
- profile fetch and update data
- reset passwords
- email verification
- user roles
- user crud for admins
- public upload example (profile picture)
- local upload example : private attachment
- MFA
- social login
Admin provider Todo
- seperate admin provider (under feature/admin-provider)
- authentication system
- admin profile
- clean main roles system
you can add suggestions by modifying this file :)
Installation
Docker ?
if you have docker installed , all you have to do is running
$ git clone https://github.com/hijenhek/laravel-backend-boilerplate
$ cd laravel-backend-boilerplate
$ composer install
$ ./vendor/bin/sail/up
…