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

https://github.com/0xkibh/laravel-crud


https://github.com/0xkibh/laravel-crud

Last synced: 3 months ago
JSON representation

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