Usermanagment is a simple project created with laravel. This is a first laravel project made by a begginer.
- 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
Package | Version |
---|---|
Composer | V2.2.6+ |
Php | V8.0.17+ |
Mysql | V 8.0.27+ |
First install xampp and run php(Apache) and mysql. Go to xampp folder and inside htdocs :
- Clone this repo
git clone https://github.com/MaheshPhuyal02/LaravelUserManagment.git
- Go to folder
cd LaravelUserManagment
- Copy .env.example file to .env file
cp .env.example .env
- Generate key
php artisan key:generate
- Create database
laravel_form
- Install libaries
composer install
- Run migration
php artisan migrate
- Run Open your broswer and go to url
localhost/LaravelUserManagment/public
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:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
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.