Package Data | |
---|---|
Maintainer Username: | MarkVaughn |
Maintainer Contact: | ed@sellerlabs.com (Eduardo Trujillo) |
Package Create Date: | 2016-04-27 |
Package Last Update: | 2017-07-07 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-17 03:21:46 |
Package Statistics | |
---|---|
Total Downloads: | 400 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Modular Laravel 5 overlay with many utilities and components (Ranging from stable, experimental to even controversial).
routes.php
file. TestCase included.$defer
.Each service in this package should be loadable by using the corresponding service provider. This is easily done by adding the provider to your app.php:
return [
// ...
'providers' => [
// Third-party service providers...
SellerLabs\Illuminated\Inliner\InlinerServiceProvider::class
];
];
Some modules might have specific exceptions or additional instructions. Make sure to read the corresponding README file.
Pull requests are accepted on GitHub. Bug fixes and small improvements are welcome. Big ideas will be reviewed and discussed.
Code Standard: PSR-2 with some additions. See https://github.com/sellerlabs/php-standard for more details.
This code is licensed under the MIT license. See LICENSE for more information.