Skip to content

reatang/laravel-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Bundle

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

About

Laravel Web Application Bundle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages