Search by

nebo15 / lumen.rest

AndrewDrygaPavelVesnin

Components for fast building REST API for Lumen

Package info

github.com/Nebo15/lumen-rest

pkg:composer/nebo15/lumen.rest

Statistics

Installs: 3 693

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

0.1.2 2016-06-21 11:28 UTC

This package is not auto-updated.

Last update: 2026-09-10 09:32:56 UTC


README

Create CRUD endpoints, Model and Repository

php artisan rest:create {NAME}

Add into routes.php next code:

$api = $app->make('Nebo15\REST\Router');
$api->api({API PREFIX}, '{NAME}Controller', [ {MIDDLEWARE} ]);