Download the PHP package acadea/boilerplate without Composer
On this page you can find all versions of the php package acadea/boilerplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download acadea/boilerplate
More information about acadea/boilerplate
Files in acadea/boilerplate
Package boilerplate
Short Description An opinionated Laravel boilerplate generator. Generate boilerplates like repositories, routes, events, api docs and much more!
License MIT
Homepage https://github.com/acadea/laravel-boilerplate-generator
Informations about the package boilerplate
Laravel Boilerplate Generator
An opinionated boilerplate generator. Generate boilerplates like repositories, routes, events, api docs and much more!
NOTE
This project is still under development and unusable.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Usage
First, define a schema.php
file in the database
folder. You can overwrite the default file path in
the boilerplate.php
config file.
Structure of schema.php
Must follow convention Pivot: post_tag
Model name must be singular and snake-cased
API routes
This package will bootstrap all the boilerplate routes for you.
However, you will need to include the following code in api.php
for the boilerplate to work correctly.
Alternatively, you can run the boilerplate:install
command, this package will overwrite the api.php
file for you.
Caveats
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Sam Ngu
- All Contributors
License
The MIT License (MIT). Please see License File for more information.