Download the PHP package arquivei/boltons-scaffolding without Composer
On this page you can find all versions of the php package arquivei/boltons-scaffolding. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arquivei/boltons-scaffolding
More information about arquivei/boltons-scaffolding
Files in arquivei/boltons-scaffolding
Download arquivei/boltons-scaffolding
More information about arquivei/boltons-scaffolding
Files in arquivei/boltons-scaffolding
Vendor arquivei
Package boltons-scaffolding
Short Description This project is used by our developers to speed up the coding of new use cases
License MIT
Package boltons-scaffolding
Short Description This project is used by our developers to speed up the coding of new use cases
License MIT
Please rate this library. Is it a good library?
Informations about the package boltons-scaffolding
Lescript
In this project you'll find the infamous Lescript and everything you need to build a skeleton use case in the architecture currently used by the Boltons House.
What this hopes to be:
- A way to speed up your coding by taking the usual structural code out of the way
What this is not:
- A production-ready code generator
- A panda
Installation
composer require-dev arquivei/boltons-scaffolding
If you're using semitic versioning in your dependencies, you can just add to your composer.json:
and then run
composer update
Usage
- Set up your configuration file (config.example.json is included to help you)
-
In your code:
- If you're using Laravel, there's an even easier way: open your terminal and type
php artisan arquivei:lescript --config=config_path.json
- If you're using javascript you may wanna rethink your life
Known issues and limitations
- The LogInterface has no namespace assigned to it, you'll have to fix that yourself
- The code might not me properly formatted (CTRL+ALT+L in PHPStorm should fix it)
All versions of boltons-scaffolding with dependencies
PHP Build Version
Package Version
The package arquivei/boltons-scaffolding contains the following files
Loading the files please wait ....