Coder Social home page Coder Social logo

muhamdaily / laravel-auth Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 45.85 MB

Starter pack for building websites using Laravel Breeze which has been modified with Keen Admin integration.

Home Page: https://demo.muhamdaily.com

License: MIT License

PHP 40.21% JavaScript 0.83% CSS 0.02% Blade 58.94%
authentication laravel midleware multiuser

laravel-auth's Introduction

Logo

Authentication implementation uses Laravel Breeze, which has been enhanced and modified with Keen Admin integration to provide an elegant and functional user interface.

GitHub repo size GitHub contributors GitHub stars GitHub forks

Features

This project makes it easy to:

  • Laravel Breeze: Utilizes the power of Laravel Breeze for a robust authentication system.
  • Custom Styling: The authentication views have been enhanced with a visually appealing and modern design.
  • User-Friendly: Provides a seamless and user-friendly authentication experience.
  • Easy to Install: Follow the simple installation steps below to get started.

Getting started

To install Laravel Auth, follow these steps:

Clone the Repository

git clone https://github.com/muhamdaily/laravel-auth.git

Navigate to the Project Directory

cd laravel-auth

Install Dependencies

composer install

Copy the Example Environment File

cp .env.example .env

Generate Application Key

php artisan key:generate

Configuration

Update the .env file with your database credentials.

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=YOUR_DATABASE_NAME
DB_USERNAME=YOUR_USERNAME
DB_PASSWORD=YOUR_PASSWORD

Update the .env file with your SMTP email.

MAIL_MAILER=smtp
MAIL_HOST=YOUR_HOST
MAIL_PORT=YOUR_PORT
MAIL_USERNAME=YOUR_USERNAME
MAIL_PASSWORD=YOUR_PASSWORD
MAIL_ENCRYPTION=YOUR_ENCRYPTION
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"

Update the .env file with your APi Keys.

# Github Auth APi Key
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=

# Google Auth APi Key
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

Using

Run Migrations and Seed the Database

php artisan migrate --seed

Run the Development Server

php artisan serve

Open your browser and visit http://localhost:8000 to access the authentication system.

Contributing to Laravel Auth

To contribute to Laravel Auth, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Contributors

Thanks to the following people who have contributed to this project:

Contact

If you want to contact me you can reach me at [email protected].

License

This Laravel Auth repository is open-source software licensed under the MIT License.

laravel-auth's People

Contributors

muhamdaily avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

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.