An efficient way to avoid repeated blocks and it saves times ⚡ for Every new project will be created.
- authenfication system
- test authenfication system
- verfied user email
- test verfied user email
- reset password with testing
- Manage User profil information
- test Manage User profil information
- user roles (admin,client)
- users and roles permission
- login socialite
- MFA
-
git clone git@github.com:khalifa-dv/Api_Laravel_backend_boilerplate.git
-
cd Api_Laravel_backend_boilerplate
-
Edit
.env
and set your database connection details -
app url (include ports in dev)
-
composer install
-
php artisan key:generate
🔑 -
php artisan migrate