reatang / laravel-bundle
Laravel bundle template
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/reatang/laravel-bundle
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-10-20 06:24:21 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