Hadibuttt / Auth-Crud-Laravel

Authentication & CRUD operations implementation in Laravel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auth-Crud Laravel

To Setup the project act accordance to the following instructions:

  • Fork this repository
  • Open the project in VS Code or any IDE of your choice
  • Open Terminal and run the following commands:
  • Run >> composer install
  • Make sure to create a database and change DB Settings accordingly in .env
  • Run >> php artisan migrate
  • Run >> php artisan db:seed --class=ProductsSeeder
  • Run >> php artisan serve

About

Authentication & CRUD operations implementation in Laravel.

License:MIT License


Languages

Language:PHP 74.5%Language:Blade 24.8%Language:Shell 0.6%