Skip to content

SaiP13/laravel-crud-operations

Repository files navigation

The Laravel 5.4 Basic Crud Opertions. Feel free to use . First migrate tables then serve application or use .sql file in root folder. configure environment file (.env)

FEATURES:

  1. Login Authentication
  2. Sending Email
  3. Retrive, Create, Edit and Delete
  4. Flash Data (sweet alert)
  5. Form Validations
  6. Paginations
  7. APIs for (create, update, delete and retrive)
  8. http://127.0.0.1:8000/api/article
  9. Used Methods { POST,GET,DELETE,PATCH]

Some Screenshots: image image image