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-03-17 13:20:15 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
Name | Command | Description |
---|---|---|
Package List | fligno:package:list |
List all locally installed packages. |
Package Create | fligno:package:create |
Create a new Laravel package. |
Package Remove | fligno:package:remove |
Remove a Laravel package. |
Package Enable | fligno:package:enable |
Enable a Laravel package. |
Package Disable | fligno:package:disable |
Disable a Laravel package. |
Package Clone | fligno:package:clone |
Clone a Laravel package using Git. |
Package Publish | fligno:package:publish |
Publish a Laravel package using Git. |
Test | fligno:test |
Run the application and package tests. |
Start | fligno:start |
Create a model with migration, API controller, request, event, and resource files. |
List of gen
commands
File Type | Command | Laravel Counterprt | Description |
---|---|---|---|
Cast | gen:cast |
make:cast |
Create a new custom Eloquent cast class in Laravel or in a specific package. |
Channel | gen:channel |
make:channel |
Create a new channel class in Laravel or in a specific package. |
Class | gen:channel |
Create a new PHP class in Laravel or in a specific package. | |
Command | gen:command |
make:command |
Create a new Artisan command in Laravel or in a specific package. |
Component | gen:component |
make:component |
Create a new view component class in Laravel or in a specific package. |
Container | gen:container |
Create a new service container in Laravel or in a specific package. | |
Controller | gen:controller |
make:controller |
Create a new controller class in Laravel or in a specific package. |
Docs | gen:docs |
make:controller |
Generate Scribe documentations. |
Event | gen:event |
make:event |
Create a new event class in Laravel or in a specific package. |
Exception | gen:exception |
make:exception |
Create a new custom exception class in Laravel or in a specific package. |
Facade | gen:facade |
Create a new facade in Laravel or in a specific package. | |
Factory | gen:factory |
make:factory |
Create a new model factory in Laravel or in a specific package. |
Gitlab CI | gen:gitlab |
Create a Gitlab CI YML file in a specific package. | |
Helper | gen:helper |
Create a new helper file in Laravel or in a specific package. | |
Interface | gen:interface |
Create a new interface in Laravel or in a specific package. | |
Job | gen:job |
make:job |
Create a new job class in Laravel or in a specific package. |
Interface | gen:interface |
Create a new interface in Laravel or in a specific package. | |
Listener | gen:listener |
make:listener |
Create a new event listener class in Laravel or in a specific package. |
gen:mail |
make:mail |
Create a new email class in Laravel or in a specific package. | |
Middleware | gen:middleware |
make:middleware |
Create a new middleware class in Laravel or in a specific package. |
Migration | gen:migration |
make:migration |
Create a new migration file in Laravel or in a specific package. |
Model | gen:model |
make:model |
Create a new Eloquent model class in Laravel or in a specific package. |
Notification | gen:notification |
make:notification |
Create a new notification class in Laravel or in a specific package. |
Observer | gen:observer |
make:observer |
Create a new observer class in Laravel or in a specific package. |
Policy | gen:policy |
make:policy |
Create a new policy class in Laravel or in a specific package. |
Provider | gen:provider |
make:provider |
Create a new service provider class in Laravel or in a specific package. |
Repository | gen:repository |
Create a new repository class in Laravel or in a specific package. | |
Request | gen:request |
make:request |
Create a new form request class in Laravel or in a specific package. |
Resource | gen:resource |
make:resource |
Create a new resource file in Laravel or in a specific package. |
Routes | gen:routes |
Create web and/or api route files in a specific package. | |
Rule | gen:rule |
make:rule |
Create a new validation rule in Laravel or in a specific package. |
Seeder | gen:seeder |
make:seeder |
Create a new seeder class in Laravel or in a specific package. |
Test | gen:test |
make:test |
Create a new test class in Laravel or in a specific package. |
Trait | gen:trait |
Create a new interface in Laravel or in a specific package. |
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.