reatang / laravel-bundle
Laravel bundle template
dev-master
2021-10-12 05:09 UTC
Requires
- laravel/framework: ^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- jetbrains/phpstorm-attributes: ^1.0
- mockery/mockery: ^1.2
- phpunit/phpunit: ^9.0
This package is not auto-updated.
Last update: 2025-03-24 03:37:11 UTC
README
Laravel Bundle App template.
Installing
$ composer require reatang/laravel-bundle -vvv
publishes
This step is also optional, if you want to custom the pivot table, you can publish the migration files:
$>php artisan vendor:publish --provider="Reatang\\LaravelBundle\\BundleServiceProvider" --tag=migrations $>php artisan vendor:publish --provider="Reatang\\LaravelBundle\\BundleServiceProvider" --tag=config $>php artisan vendor:publish --provider="Reatang\\LaravelBundle\\BundleServiceProvider" --tag=views $>php artisan vendor:publish --provider="Reatang\\LaravelBundle\\BundleServiceProvider" --tag=lang $>php artisan vendor:publish --provider="Reatang\\LaravelBundle\\BundleServiceProvider" --tag=public
Dir Description
Commands
console programs
Events and listeners
event system
Http
web programs
Models and repositories
data control layer
Services
external system interaction
License
MIT
Thinks
Learn By Overtrue / laravel-package