Skip to content

denOldTimer/laravel-login-system

Repository files navigation

Laravel 5.8 Login System

First of this kit is based on the video from Pinguin digital 👍

Check-out his website and youtube channel:
YouTube Video

Video Scaffolding

  • 1 Intro
  • 2 Project setup
  • 3 Role creation
  • 4 User - Role helper functions within the modles
  • 5 Protecting the Routes by Role
  • 6 User Management (Role Management)
  • 7 Editing Roles
  • 8 Flash Messaging
  • 9 Deleting Users
  • 10 Database Seeding with Faker
  • 11 Adding Pagination
  • 12 Custom Blade Directives to hide UI elements
  • 13 Deleteing User/Role relationship upon deleteing User
  • 14 Adding a role when registering
  • 15 Impersonation of a User

Extra

  • 16 Email Verification
    YouTube Video

Comments upon the video.

I've learnt a lot from the video's and wil most

Project Setup

  • OS Ubuntu 18.04 LTS
  • Laravel 5.8
  • Php 7.3.6
  • Apache/2.4.29
  • MySql 8.0.16 Community Server for Linux (x86_64)

Project Releases

1.0.0 - Project according to the videos