Download the PHP package luchavez/boilerplate-generator without Composer

On this page you can find all versions of the php package luchavez/boilerplate-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package boilerplate-generator

Boilerplate Generator for Laravel 8|9|10

Latest Version on Packagist Total Downloads GitHub Repo stars Discord Twitter Follow

If you're developing a Laravel app, you know how quickly it can grow and become complex. You don't want to end up with a messy codebase that's hard to maintain and debug. You need a way to organize your code into modular and reusable packages and domains that imitates the Domain-Driven Design (DDD) principles.

That's where luchavez/boilerplate-generator comes in handy. It's a Laravel package that helps you create, manage, and publish your own packages and domains with ease. It also provides a set of handy commands to generate common classes such as controllers, models, casts, components, and more.

With luchavez/boilerplate-generator, you can keep your Laravel app clean, structured, and scalable. You can also share your packages with the world or use them in other projects. It's the ultimate tool for Laravel developers who want to level up their skills and productivity.

Installation

Usage

List of bg:package commands

Name Command Description
Package List bg:package:list List all locally installed packages.
Package Create bg:package:create Create a new Laravel package.
Package Remove bg:package:remove Remove a Laravel package.
Package Enable bg:package:enable Enable a Laravel package.
Package Disable bg:package:disable Disable a Laravel package.
Package Clone bg:package:clone Clone a Laravel package using Git.
Package Publish bg:package:publish Publish a Laravel package using Git.

List of bg:domain commands

Name Command Description
Domain List bg:domain:list List all locally installed domains.
Domain Create bg:domain:create Create a new Laravel domain.
Domain Remove bg:domain:remove Remove a Laravel domain.
Domain Enable bg:domain:enable Enable a Laravel domain.
Domain Disable bg:domain:disable Disable a Laravel domain.

List of bg:make commands

Type Command Laravel Counterpart Description
Cast bg:make:cast make:cast Create a new custom Eloquent cast class in Laravel or in a specific package.
Channel bg:make:channel make:channel Create a new channel class in Laravel or in a specific package.
Class bg:make:class Create a new PHP class in Laravel or in a specific package.
Command bg:make:command make:command Create a new Artisan command in Laravel or in a specific package.
Component bg:make:component make:component Create a new view component class in Laravel or in a specific package.
Config bg:make:config Create a new view component class in Laravel or in a specific package.
Controller bg:make:controller make:controller Create a new controller class in Laravel or in a specific package.
Data bg:make:data Create a new data class in Laravel or in a specific package.
Data Factory bg:make:df Create a new data factory class in Laravel or in a specific package.
Data Transfer Object bg:make:dto Create data tranfer object (DTO) files in Laravel or in a specific package.
Event bg:make:event make:event Create a new event class in Laravel or in a specific package.
Exception bg:make:exception make:exception Create a new custom exception class in Laravel or in a specific package.
Facade bg:make:facade Create a new facade in Laravel or in a specific package.
Factory bg:make:factory make:factory Create a new model factory in Laravel or in a specific package.
Helper bg:make:helper Create a new helper file in Laravel or in a specific package.
Interface bg:make:interface Create a new interface in Laravel or in a specific package.
Job bg:make:job make:job Create a new job class in Laravel or in a specific package.
Listener bg:make:listener make:listener Create a new event listener class in Laravel or in a specific package.
Mail bg:make:mail make:mail Create a new email class in Laravel or in a specific package.
Middleware bg:make:middleware make:middleware Create a new middleware class in Laravel or in a specific package.
Migration bg:make:migration make:migration Create a new migration file in Laravel or in a specific package.
Model bg:make:model make:model Create a new Eloquent model class in Laravel or in a specific package.
Notification bg:make:notification make:notification Create a new notification class in Laravel or in a specific package.
Observer bg:make:observer make:observer Create a new observer class in Laravel or in a specific package.
Policy bg:make:policy make:policy Create a new policy class in Laravel or in a specific package.
Provider bg:make:provider make:provider Create a new service provider class in Laravel or in a specific package.
Repository bg:make:repository Create a new repository class in Laravel or in a specific package.
Request bg:make:request make:request Create a new form request class in Laravel or in a specific package.
Resource bg:make:resource make:resource Create a new resource file in Laravel or in a specific package.
Routes bg:make:route Create new route file in Laravel or in a specific package.
Rule bg:make:rule make:rule Create a new validation rule in Laravel or in a specific package.
Scope bg:make:scope Create a new scope class in Laravel or in a specific package.
Seeder bg:make:seeder make:seeder Create a new seeder class in Laravel or in a specific package.
Container bg:make:service Create a new service container in Laravel or in a specific package.
Test bg:make:test make:test Create a new test class in Laravel or in a specific package.
Trait bg:make:trait Create a new interface in Laravel or in a specific package.

Other bg commands

Name Command Description
Describe bg:describe Display all information about Laravel app and/or package/s.
Env Variables bg:env:publish Publish all environment variables from root, packages, and domains.
Install bg:install Setup your Laravel application to utilize the package.
Clear Logs bg:log:clear Clear laravel.log contents.
Test bg:test Run the application and package tests.

Change log

Please see the changelog for more information on what has changed recently.

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.


All versions of boilerplate-generator with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
illuminate/support Version ~8|~9|~10
jeroen-g/laravel-packager Version ^2.9
pestphp/pest-plugin-laravel Version ^1.4|^2.0
pestphp/pest-plugin-faker Version ^1.0|^2.0
luchavez/starter-kit Version ^1.2
barryvdh/laravel-ide-helper Version ^2.13
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package luchavez/boilerplate-generator contains the following files

Loading the files please wait ....