Skip to content

ShibbirAhmad/lumen_laravel_REST_API_CRUD

Repository files navigation

Lumen PHP Framework

Build Status Total Downloads Latest Stable Version License

Here is the API End point -------

$router->get('/', 'MyController@displayCustomer');

$router->post('/post','MyController@addCustomer');

$router->put('/update/{id}','MyController@updateCustomer');

$router->delete('/delete/{id}','MyController@deleteCustomer');

About

this is simple rest api crud application by micro framework lumen of laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages