Skip to content

Laravel 6 Boilerplate With Authentication, Soft delete & Relationship Management

Notifications You must be signed in to change notification settings

Mohammed5253/Laravel6-Boilerplate-with-relationships

Repository files navigation

Laravel6 Boilerplate

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 :

Installation

$ 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/>
Now you can access the application via http://localhost:8000

Important Links

  1. Login: http://localhost:8000/login
  2. Register: http://localhost:8000/register
  3. Telescope for monitoring performance: http://localhost:8000/telescope/

For Reference

  1. Authentication using Laravel Auth
  2. Elequent Relationships
  3. Soft delete using Elequent Relationship
  4. Monitor performance using telescope

About

Laravel 6 Boilerplate With Authentication, Soft delete & Relationship Management

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published