| Package Data | |
|---|---|
| Maintainer Username: | bespokeweb |
| Maintainer Contact: | info@bespokeweb.nl (Tycho) |
| Package Create Date: | 2019-05-06 |
| Package Last Update: | 2020-12-01 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-12-02 15:17:22 |
| Package Statistics | |
|---|---|
| Total Downloads: | 506 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Laravel Package Skeleton is created by, and is maintained by Tycho, and is a Laravel/Lumen package to create new packages. Feel free to check out the change log, releases, license, and contribution guidelines
Install through composer
composer require --dev tychovbh/laravel-package-skeleton
Run the setup this will create a folder bootstrap/cache. Do not remove this folder at any time
php vendor/tychovbh/laravel-package-skeleton/setup
All Laravel Artisan commands are now available, use the following one to install a package:
php artisan make:skeleton
You will be ask a few questions that will be needed to generate your composer.json file and Service Provider.
You are now setup to develop your package with. The package comes with orchestra/testbench for writing test cases. But you can decide to use whatever you desire.
Use artisan to generate your controllers, models, migrations etc.
If included during skelleton creation:
{project_root}/routes
{project_root}/views
{project_root}/config
Please see CHANGELOG for more information on what has changed recently.
$ composer test
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email info@bespokeweb.nl instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.