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
- Host: GitHub
- URL: https://github.com/saip13/laravel-crud-operations
- Owner: SaiP13
- Created: 2021-08-21T11:27:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-26T07:57:14.000Z (almost 4 years ago)
- Last Synced: 2025-02-27T03:14:26.749Z (3 months ago)
- Topics: basics, crud-application, laravel, laravel-api, laravel-framework, laravel5
- Language: JavaScript
- Homepage:
- Size: 326 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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:


