Edujugon / skeleton-laravel-package by edujugon

Skeleton Laravel package. Initial base for your new awesome laravel package
10
1
2
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-04-18 15:22:49
Package Statistics
Total Downloads: 10
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

Skeleton Laravel Package

Initial base for your new awesome laravel package.

Clone this repository

type in your console

git clone https://github.com/Edujugon/skeleton-laravel-package.git Your-Package-Name

Recommended steps:

  • 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.