Example Lumen Package

Maintainers

Package info

github.com/ihatehandles/lumen-package-example

Issues

pkg:composer/ihatehandles/sweet

Statistics

Installs: 22

Dependents: 0

Suggesters: 0

Stars: 0

v0.2 2015-06-11 07:30 UTC

This package is not auto-updated.

Last update: 2026-03-15 01:22:23 UTC


README

A simple Lumen Package highlighting one or two gotchas if you're building directly from the Laravel 5 package docs.

Has a single controller and route (/package).

Add the following to your app.php to register the service provider

	$app->register('Ihatehandles\Sweet\SweetServiceProvider');