toolsets/builder

This package is abandoned and no longer maintained. No replacement package was suggested.

Application builder for Laravel

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 3

Forks: 0

Open Issues: 1

Language:CSS

dev-develop 2017-01-23 18:07 UTC

This package is not auto-updated.

Last update: 2020-04-12 09:05:34 UTC


README

Build Status

A fluent application builder for Laravel 5.4 +

  • This project is heavily under development and is not recommended for production use until a full stable release.

Installation

  • use composer command: composer require toolsets/builder
  • after installing, register the service provider Toolsets\Builder\LaravelBuilderServiceProvider::class, on Laravel configs/app.php file
  • Open the terminal go to your Laravel project root path, run artisan command php artisan builder:install (before running this command, make sure DB is configured in your Laravel app)
  • now, run php artisan serve or go straight to your project web url and hit /builder that will open the builder app. Example http://localhost:8000/builder

Contributing

Contributions to the Laravel Builder library are welcome. Please note the following guidelines before submiting your pull request.

  • Follow PSR-2 coding standards.
  • Write tests for new functions and added features

License

This Laravel Builder is open-source software licensed under the MIT license