Many ask what is the difference between https://laravel.com/ and https://lumen.laravel.com/. I am looking for a comparison table of the components and features of both Laravel and Lumen.

Features Laravel Lumen Route::get($uri, $callback) $router->get($uri, $callback) Route::post($uri, $callback) $router->post($uri, $callback) Route::put($uri, $callback) $router->put($uri, $callback) Route::patch($uri, $callback) $router->patch($uri, $callback) Route::delete($uri, $callback) $router->delete($uri, $callback) Route::option($uri, $callback) $router->option($uri, $callback)

Like the full Laravel framework, the EventServiceProvider included with your Lumen application provides a convenient place to register all event listeners.

The primary difference when using authorization in Lumen compared to Laravel is in regards to how abilities are defined.
Newsletter

Get the latest Laravel/PHP jobs, events and curated articles straight to your inbox, once a week

Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Community Partners