An open API service indexing awesome lists of open source software.

https://github.com/saip13/laravel-crud-operations

Laravel CRUD Operations
https://github.com/saip13/laravel-crud-operations

basics crud-application laravel laravel-api laravel-framework laravel5

Last synced: 3 months ago
JSON representation

Laravel CRUD Operations

Awesome Lists containing this project

README

        

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](https://user-images.githubusercontent.com/74889807/130729256-c694c793-6ded-4279-8f54-2413e36efec3.png)
![image](https://user-images.githubusercontent.com/74889807/130729411-59d902ee-dd79-4c0b-a63e-518105f652dc.png)
![image](https://user-images.githubusercontent.com/74889807/130905436-7639c184-eaa9-4ff1-89eb-04a5042a8337.png)