Single file PHP script that adds a REST API to a SQL database
-
Updated
Nov 22, 2024 - PHP
CRUD is an acronym that stands for create, read, update and delete in the context of database queries or HTTP verbs in case of REST APIs.
| CRUD | SQL | HTTP |
|-|-|-|
| Create | INSERT
| POST
|
| Read | SELECT
| GET
|
| Update | UPDATE
| PUT
to replace, PATCH
to modify |
| Delete | DELETE
| DELETE
|
Single file PHP script that adds a REST API to a SQL database
Prepare your Laravel apps incredibly fast, with various commands, services, facades and boilerplates.
🚀 A Smart CRUD Generator For Laravel
An efficient Laravel code generator, saving time by automating the creation of resources such as views, controllers, routes, migrations, languages, and form-requests. Highly flexible and customizable, it includes a cross-browser compatible template and client-side validation for application modernization.
A beautiful and flexible admin panel creator based on Livewire for Laravel
Generates Symfony bundles, entities, forms, CRUD, and more...
Admin interface for managing users, roles, permissions, using Backpack CRUD
Awesome Command Line Tool for speeding up your package creation.
👻 It's never been easier to build and customize admin panels. Yah! yaldash is a beautifully designed administration panel for Laravel.
Production-grade rapid controller development with built in love for API and Search
Create a Laravel 10 CRUD in a few seconds
An Admin panel written in core php with CRUD, filters and pagination.