Download the PHP package jeroen-g/laravel-builder without Composer
On this page you can find all versions of the php package jeroen-g/laravel-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-builder
Laravel Builder
Build your Laravel application from the command line or, at some point in the future, through an interface.
Install
Via Composer
In config/app.php add
Usage
In your code
An instance of the builder class is binded in the service provider. You can use the Builder in your code in one of the following ways.
Stubs are searched in the stubs/
directory, so run the command first (see next section).
-
With variables
-
With an array
- With Json
The command line
You can also use the following commands.
- Publish all the included stubs to the
stubs/
directory.
You can add your own stubs to this directory as well. It currently ships with very little stubs, if you have made your own, feel free to add them to the package with a Pull Request.
- Building a file
Through the web interface
After installing the package and publishing the stubs, the web interface is accessible by visiting /builder
. You can create single files or a resource (controller, model, form request, policy, migration, views).
Change log
Please see changelog for more information what has changed recently.
Testing
Contributing
Please see contributing for details.
Credits
- All Contributors
License
The EUPL License. Please see the License File for more information.
All versions of laravel-builder with dependencies
illuminate/console Version ~5
illuminate/filesystem Version ~5
php Version ~5.5|~7.0