sonphfs / ezapi
create simple api with package
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/sonphfs/ezapi
This package is auto-updated.
Last update: 2025-12-23 21:24:38 UTC
README
Laravel package provide ezapi =)))
Installation
To install ezapi , simply
$composer require "sonphfs/ezapi"
Setting
Add a new line to the providers array:
Sonphfs\Ezapi\EzApiServiceProvider::class,
Run:
php artisan migrate
Run:
php artisan db:seed
API
- GET /api/v1/articles
- GET /api/v1/articles/2
- POST /api/v1/articles/
- POST /api/v1/articles/2
- DELETE /api/v1/articles/2