thebachtiarz/laralock

This package is abandoned and no longer maintained. The author suggests using the laralock package instead.

Laravel 7 Sanctum Production.

v1.1.0 2020-04-11 10:26 UTC

This package is auto-updated.

Last update: 2021-03-01 08:13:30 UTC


README

About Project

Fresh Laravel 7 with several features :
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.
Guidebook :

Project install

Project install require :
composer create-project thebachtiarz/laralock

Project setup

cd laralock ;
cp .env.example .env ;
php artisan key:generate ;
composer update ;
php artisan migrate ;

~~~ Happy Coding :) ~~~

Regards :

TheBachtiarz

~~~ FYI ~~~

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 :).