Laravel 6 Boilerplate With Authentication, Soft delete Relationship Management.
Out of box: Monitor the changes with Telescope
Setting up your development environment on your local machine :
$ git clone https://github.com/Mohammed5253/Laravel6-Boilerplate-with-relationships.git <br/>
$ cd Laravel6-Boilerplate-with-relationships <br/>
$ cp .env.example .env <br/>
$ npm install <br/>
$ php artisan migrate <br/>
$ php artisan serve <br/>
- Login: http://localhost:8000/login
- Register: http://localhost:8000/register
- Telescope for monitoring performance: http://localhost:8000/telescope/