ihatehandles / lumen-package-example by samtheson

Example Lumen Package
18
0
1
Package Data
Maintainer Username: samtheson
Maintainer Contact: sam.takunda@gmail.com (Sam)
Package Create Date: 2015-06-11
Package Last Update: 2015-06-11
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 15:02:13
Package Statistics
Total Downloads: 18
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Example Lumen Package

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');