rs / laravel-builder
There is no license information available for the latest version (v1.0.0) of this package.
Setup laravel for use with Builder.
v1.0.0
2021-02-22 14:03 UTC
Requires
- php: ^7.4|^8.0
- illuminate/console: ^8.0
- illuminate/filesystem: ^8.0
- illuminate/support: ^8.0
This package is auto-updated.
Last update: 2024-10-22 22:29:32 UTC
README
Laravel Builder provides configuration files for connecting a laravel site with Builder
composer require rs/laravel-builder --dev php artisan builder:install
CMS Dir
After installation there will be a cms directory in the root of your project which will contain an example routes file and a views directory.
There is also a config file where you can disable automatic route registration if it needs to be custom. The config file can be found config/builder.php