Skip to content

MaheshPhuyal02/LaravelUserManagment

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About project

Usermanagment is a simple project created with laravel. This is a first laravel project made by a begginer.

Functions

  • Add username, email and password to database
  • Create a custom session key and value(Only support string)
  • Flush Session
  • Delete Session
  • Search user
  • Trash, edit and delete user

Requirements

Package Version
Composer V2.2.6+
Php V8.0.17+
Mysql V 8.0.27+

Setup

First install xampp and run php(Apache) and mysql. Go to xampp folder and inside htdocs :

  1. Clone this repo
git clone https://github.com/MaheshPhuyal02/LaravelUserManagment.git 
  1. Go to folder
cd LaravelUserManagment
  1. Copy .env.example file to .env file
cp .env.example .env
  1. Generate key
php artisan key:generate
  1. Create database
laravel_form
  1. Install libaries
composer install
  1. Run migration
php artisan migrate
  1. Run Open your broswer and go to url
localhost/LaravelUserManagment/public

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages