Package Data | |
---|---|
Maintainer Username: | Ridrog |
Maintainer Contact: | michael@ridrog.de (Ridrog) |
Package Create Date: | 2017-04-13 |
Package Last Update: | 2018-08-11 |
Home Page: | https://ridrog-de.github.io/boilerplate/ |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-22 15:05:08 |
Package Statistics | |
---|---|
Total Downloads: | 10 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 0 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Step 1
Clone or download this Repository into a laravel installtion.
Step 2
Step 3
composer install
composer test
Step 4
"autoload": {
"classmap": [
"database/seeds",
"database/factories"
],
"psr-4": {
"App\\": "app/",
"{Vendor}\\{{PackageName}}\\": "packages/{vendor}/{packagename}/src/
}
},
Update all the readme /docs files
Delete what you don't need
You also need to delete links from \docs\index.md to the not used/deleted files in \docs\details
Develop the package
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING for details.
If you discover any security related issues, please email mail@ridrog.de instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.