https://github.com/0xkibh/laravel-crud
https://github.com/0xkibh/laravel-crud
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xkibh/laravel-crud
- Owner: 0xkibh
- Created: 2022-05-12T11:25:48.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-12T11:35:36.000Z (about 3 years ago)
- Last Synced: 2025-03-20T10:24:07.440Z (3 months ago)
- Language: PHP
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## This is the basic laravel project with CRUD functionality.
### With this project, I understood the basic functionality of laravel application.
### Of Course django helped because it also follow same architecture of MVC, but there where some tweaks like
### Mentioning the column require for table through migration file itself, unlike django way of mentioning in
### Model itself