Package Data | |
---|---|
Maintainer Username: | edujugon |
Maintainer Contact: | edujugon@gmail.com (Eduardo Marcos) |
Package Create Date: | 2017-02-03 |
Package Last Update: | 2017-06-18 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:17:59 |
Package Statistics | |
---|---|
Total Downloads: | 10 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
Initial base for your new awesome laravel package.
type in your console
git clone https://github.com/Edujugon/skeleton-laravel-package.git Your-Package-Name
Change psr-4 name in composer.json
Change namespaces to your own in all files inside src folder
Update your readme file with your package guidelines.
Create your own tests in test folder.