Laravel Crud Operation with Ajax

A system where you can create, update and delete

  • composer update
  • php artisan key:generate
  • php artisan migrate (to add tables)
        create_sign_in_table
    
  • You are ready to run project :)
       php artisan serve