Coder Social home page Coder Social logo

engsahaly / authentiation_and_authorization_course Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 2.0 3.96 MB

Project files for Multi authentication & authorization course on Udemy

Home Page: https://www.udemy.com/course/laravel-multi-authentication-and-authorization-in-depth/?referralCode=04254DC0B4DC835F39A4

PHP 34.58% JavaScript 9.88% Blade 54.53% CSS 1.01%
authentication authorization breeze laravel laravel-framework multi spatie-laravel-permission

authentiation_and_authorization_course's Introduction

Multi Authentication and Authorization Course Files

Created By : Mahmoud Anwar Email : [email protected]

This is the main readme file for the project used in multi authentication and authorization course on Udemy

This dashboard includes a lot of features already installed and created as below :

You can find the course in this link .

https://github.com/engsahaly/Authentiation_and_authorization_course.git

Installation

To get started, clone this repository.

git clone https://github.com/engsahaly/Authentiation_and_authorization_course.git

Next, copy your .env.example file as .env and configure your Database connection.

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=YOUR-DATABASE-NAME
DB_USERNAME=YOUR-DATABASE-USERNAME
DB_PASSWORD=YOUR-DATABASE-PASSWROD

Run Packages and helpers

You have to all used packages and load helpers as below.

composer install
npm install
npm run dev
npm run build

Generate new application key

You have to generate new application key as below.

php artisan key:generate

Run Migrations and Seeders

You have to run all the migration files included with the project and also run seeders as below.

php artisan migrate
php artisan db:seed

Accessing Admin Panel

You can access admin login page using this url.

http://localhost:8000/back/login

authentiation_and_authorization_course's People

Contributors

dependabot[bot] avatar engsahaly avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

dzwalid hany-php

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.