Coder Social home page Coder Social logo

zibu9 / customlogin Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 85 KB

this is the simple project for custom login with laravel

PHP 68.51% JavaScript 0.25% Blade 31.24%
authenticator authentification custom-login laravel laravel10 zibu9 custom-register skytech243

customlogin's Introduction

Laravel Logo

Custom Login with Laravel

This repository demonstrates a simple custom login system built with Laravel, offering flexibility without relying on external packages like Breeze or Fortify.

Getting Started

Step 1: Clone the Repository

Clone this repository to your local machine using the following command:

git clone https://github.com/zibu9/customLogin.git

Step 2: Navigate to the Project Directory

Clone this repository to your local machine using the following command:

cd customLogin

Step 3: Copy Environment Configuration

Copy the env.example file to create a new .env file:

cp .env.example .env

Step 4: Generate Application Key

Generate the application key with the following command:

php artisan key:generate

Step 5: Set up the Database

Create a SQLite database for the project:

touch database/database.sqlite

If you are using a different database, update your .env file accordingly.

Step 6: Run Migrations

Run the migrations to create the necessary database tables:

php artisan migrate

Step 7: Start the Development Server

Start the Laravel development server:

php artisan serve

Visit http://localhost:8000 in your browser to access the custom login application.

customlogin's People

Contributors

zibu9 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.