About • Installation • Demo
Simple user manager application using Eloquent to interact with your database.
This repo is a base Laravel application to manage users with a simple interface that shows the registered users and lets you add, update and delete registers.
- Laravel 8.48.1
- Mysql
If you want to reproduce this project, follow these steps:
• download files or clone this repository:
git clone https://github.com/4ngelica/laravel-user-crud.git
• Once you've made your repo clone, you must create your database and add the credentials to your .env file (see https://laravel.com/docs/8.x/database for these):
DB_CONNECTION=***
DB_HOST=***
DB_PORT=***
DB_DATABASE=***
DB_USERNAME=***
DB_PASSWORD=***
• Then run
composer install
php artisan migrate
• Done!
You can access the demo here.
Made with ❤️ by Angélica Batassim