Laravel CRUDE example

This project performs CRUD operation on users table. To install this project on your computer, follow:
  1. Go to https://github.com/wesharehoodies/laravel-5.4-crud-example and download this repository
  2. Install composer
  3. Create a database
  4. Edit .env file and provide database information.
  5. Run:
    • composer dump-autoload (or below:)
      composer update --no-scripts
    • php artisan key:generate
    • php artisan config:clear
    • php artisan migrate
  6. Now go to /users page.

Labels: ,

© copyright-2020 Rejaul