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: | 2025-02-17 03:05:12 |
Package Statistics | |
---|---|
Total Downloads: | 20 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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');