Skip to content

This tutorial is created to illustrate the basic CRUD (Create , Read, Update, Delete) operation using SQL with Laravel 5.8.

Notifications You must be signed in to change notification settings

bishrulhaq/Laravel-5.8-CRUD

Repository files navigation

CRUD in Laravel 5.8

This tutorial is created to illustrate the basic CRUD (Create , Read, Update, Delete) operation using SQL with Laravel 5.8. Laravel is one of the fastest growing frameworks for PHP built by Taylor Otwell.

  • Run Compser Update
  • Edit the .env file with relevant database credentials.
  • Run 'php artisan migrate'
  • Run php artisan serve

Link to the tutorial : http://bishrulhaq.com/posts/crud-in-laravel