Build Status Total Downloads Latest Stable Version License

Laravel CRUD

How to run the code

  • git clone https://github.com/AjayYadavAi/laravel-crud.git

  • cd laravel-crud

  • cp .env.example .env

  • open .env and update DB_DATABASE (database details)

  • run : composer install

  • run : php artisan key:generate

  • run : php artisan migrate:fresh --seed

  • run : php artisan serve

  • Best of luck