fligno / boilerplate-generator
Boilerplate Generator for Laravel and Laravel Packages
Requires
- php: ^8.0
- fligno/starter-kit: ^3.15
- illuminate/support: ~7|~8|~9
- jeroen-g/laravel-packager: ^2.8
- knuckleswtf/scribe: ^4.1
- laravel/pint: ^1.2
- milroyfraser/pest-plugin-gwt: ^0.0.3
- pestphp/pest: ^1.22
- pestphp/pest-plugin-faker: ^1.0
- pestphp/pest-plugin-laravel: ^1.2
Requires (Dev)
- orchestra/testbench: ~5|~6|~7
- phpunit/phpunit: ~9.0
- roave/security-advisories: dev-latest
Suggests
- fligno/starter-kit: ^3.1
- dev-master / 2.7.x-dev
- dev-develop / 2.7.x-dev
- 2.7.0
- 2.6.0
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.8
- 2.4.7
- 2.4.6
- 2.4.5
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2025-02-17 13:09:01 UTC
README
This is where your description should go. Take a look at contributing.md to see a to do list.
Installation
Via Composer
Note: If you haven't set up your Gitlab Personal Access Token for Composer yet, please follow this instruction.
$ composer config repositories.git.fligno.com/440 '{"type": "composer", "url": "https://git.fligno.com/api/v4/group/440/-/packages/composer/packages.json"}'
$ composer req fligno/boilerplate-generator:^1.0.0 --dev
Usage
List of fligno
commands
List of gen
commands
Change log
Please see the changelog for more information on what has changed recently.
Testing
There would be 2 Packages inside your Laravel Project:
boilerplate-generator
and <dummy package you will create>
.
-
Create a Dummy Package for Testing:
$ php artisan fligno:package:create Dummy Package
-
Proceed to Testing
$ php artisan fligno:test
or
$ php artisan fligno:test -p
It would probably be the same as below
Choose target package [Laravel]: [0] Laravel [1] dummy/package [2] fligno/boilerplate-generator
Choose the
dummy/package
you created earlier by entering its corresponding number. In this case,[1]
. -
Wait for the Test to Finish. To further verify, your
dummy/package
Package should contain "Random"-named Files includingClass
,Event
,Route
, etc. -
Upon successful testing, you can now remove the Dummy Package you create by using
$ php artisan fligno:package:remove Dummy Package
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email jamescarlo.luchavez@fligno.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.