abdallhsamy / build-laravel-faster
Watch how this package DESTROYS all other generators. Boilerplate repos HATE it!
Package info
github.com/abdallhsamy/build-laravel-faster
Type:package
pkg:composer/abdallhsamy/build-laravel-faster
0.2.1
2020-03-04 09:21 UTC
Requires
- php: ^7.1.3
This package is auto-updated.
Last update: 2026-05-29 01:38:03 UTC
README
Create new web projects really fast. By giving AbdallhSamy of input in form of a sketch/entity list it will predict your application schema and feed it into a set of pipes. These pipes will generate all the files needed to get started really quick.
Installation
Install Faster
composer require --dev abdallhsamy/build-laravel-faster
Install the Laravel File Factory
npm install --dev @pipe-dream/laravel-file-factory
Build Faster
php artisan faster:build
Thats it, now open your browser and go to /pipe-dream and start designing.