Recommend this page to a friend! |
Download |
Info | Documentation | Screenshots | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 59 | All time: 10,514 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) | ||
Files (9) |
File | Role | Description | ||
---|---|---|---|---|
config (1 file) | ||||
src (3 files, 1 directory) | ||||
composer.json | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
README.md | Doc. | Documentation |
Files (9) | / | src |
File | Role | Description | ||
---|---|---|---|---|
routes (1 file) | ||||
LaravelPackageSkeleton.php | Class | Class source | ||
LaravelPackageSkeletonFacade.php | Class | Class source | ||
LaravelPackageSkel...ServiceProvider.php | 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. |
Install with Composer |
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.