nebo15/lumen.rest
php artisan rest:create {NAME}
Add into routes.php next code:
$api = $app->make('Nebo15\REST\Router'); $api->api({API PREFIX}, '{NAME}Controller', [ {MIDDLEWARE} ]);
How can I help you explore Laravel packages today?