- Laravel 7 Framework.
- Laravel Sanctum Authentication, before was Airlock.
This is an individual laravel project, which was created to speed up the process of creating a new application, therefore we also created several libraries to facilitate the use of this project.
- Controller read documantation.
- Model read documantation.
- Route read documantation.
- Helpers read documentation.
- Composer. download
composer create-project thebachtiarz/laralock
cd laralock ;
cp .env.example .env ;
php artisan key:generate ;
composer update ;
php artisan migrate ;
~~~ Happy Coding :) ~~~
This project is only for back-end purposes, if you need a front-end for testing, try quasar-project. Yes, that is open source too :).