Home
New Post
Laravel CRUDE example
This project performs CRUD operation on users table. To install this project on your computer, follow:
Go to
https://github.com/wesharehoodies/laravel-5.4-crud-example
and download this repository
Install composer
Create a database
Edit .env file and provide database information.
Run:
composer dump-autoload (or below:)
composer update
--
no
-
scripts
php artisan key:generate
php artisan config:clear
php artisan migrate
Now go to
/users
page.
Labels:
Laravel
,
Web development
Edit This post
© copyright-2020 Rejaul