Skip to content

NikChoudhury/CURD_with_laravel

Repository files navigation

CURD with Laravel8

About

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. In This Project We Are doing CREATE, UPDATE, READ and DELETE operation with laravel 8

Commands

  • laravel new curd_with_laravel --git --branch="main"
  • php artisan serve
  • php artisan make:model Todo -mcr
  • php artisan migrate