Recommend this page to a friend! |
![]() |
Info | Documentation | Screenshots | ![]() |
![]() |
![]() |
Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 59 | All time: 10,526 This week: 455![]() |
Version | License | PHP version | Categories | |||
laravel-package-skel 1.0.0 | MIT/X Consortium ... | 5 | PHP 5, Libraries, Code Generation |
Description | Author | ||||||||||||||
This package can be used to create Laravel packages from a skeleton. Innovation Award |
|
Packages are used to add new functionality in laravel.
Create Package directory
mkdir Package
Create directory structure for package
In project composer.json add
"autoload": {
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/",
"VendorName\\LaravelPackageSkeleton\\": "Package/laravel-package-skeleton/src"
}
},
config/app.php add in to 'providers' array
VendorName\LaravelPackageSkeleton\LaravelPackageSkeletonServiceProvider::class,
// Usage description here
LaravelPackageSkeletonFacade::getFacadeAccessor();
Screenshots (1) | ||
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Lic. | License text | ||
![]() ![]() |
Doc. | Documentation |
![]() |
/ | src |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
Class | Class source | ||
![]() |
Class | Class source | ||
![]() |
Class | Class source |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
![]() |
![]() | laravel-package-skel-2022-03-15.zip 19KB |
![]() | laravel-package-skel-2022-03-15.tar.gz 17KB |
![]() | Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.