reatang/laravel-bundle

Laravel bundle template

dev-master 2021-10-12 05:09 UTC

This package is not auto-updated.

Last update: 2024-06-02 23:44:37 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