Coder Social home page Coder Social logo

basic-auth's Introduction


Laravel User Account Application

Introduction

This Laravel application allows users to create and manage accounts, featuring a login page, a registration page, and a page for viewing and editing account information. Built with Laravel 10+ and Bootstrap for styling, this project demonstrates basic user authentication, session management, and CRUD operations in a Laravel framework.

Features

  • User registration
  • User login/logout
  • View and edit user profile

Requirements

  • PHP ^8.0
  • Composer
  • Laravel ^10.0
  • Node.js and npm (for compiling assets)

Installation

To get started with the Laravel User Account Application, follow these steps:

  1. Clone the repository
git clone https://github.com/your-username/your-project-name.git
cd your-project-name
  1. Install Composer Dependencies
composer install
  1. Install NPM Dependencies
npm install && npm run dev
  1. Create and Configure .env File

Copy the .env.example file to a new file named .env, then configure your application's environment variables, especially those related to the database:

cp .env.example .env
  1. Generate Application Key
php artisan key:generate
  1. Run Migrations
php artisan migrate
  1. Start the Application
php artisan serve

The application will be available at http://localhost:8000.

Usage

After installation, you can register a new user account through the /register route, log in through the /login route, and access the user profile page to view and edit account information.

Contributing

Contributions to the Laravel User Account Application are welcome. Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch for each feature or improvement.
  3. Send a pull request from each feature branch to the main branch.

Please follow the Laravel coding standards for any contributions.

basic-auth's People

Contributors

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