Package Data | |
---|---|
Maintainer Username: | bmatovu |
Maintainer Contact: | mtvbrianking@gmail.com (Brian Matovu) |
Package Create Date: | 2019-12-28 |
Package Last Update: | 2021-01-30 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:21:56 |
Package Statistics | |
---|---|
Total Downloads: | 25 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Install via Composer package manager:
composer create-project --prefer-source --remove-vcs bmatovu/laravel-package-boilerplate hello-world
Update the composer.json
file to match your credentials.
Update the namespaces to match those you've set via composer.
composer dump-autoload
You need to download sami for document generation.
To auto deploy documentation; be sure to add a Github token
for authorization.
curl -O http://get.sensiolabs.org/sami.phar
We've added Style CI configurations with the Laravel present to get you starter.
Also added Scrutinizer CI configurations for code quality, test coverage inspection.
Locally, you can restort to PHP-CS-Fixer.
php-cs-fixer fix
You may publish your package via Packagist
We've defaulted to Orchestra's testbench