Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

agus #271

Open
wants to merge 60 commits into
base: 2.0
Choose a base branch
from
Open

agus #271

wants to merge 60 commits into from

Conversation

aguslangsar
Copy link

d

Gravitano and others added 30 commits June 4, 2015 16:20
…ked out master branch on the project root instead of the modules root.
Added publishing file group tag for config file so we can use php artisan vendor:publish --tag=config
Added publishing group tag for config file
fixed missing stub replacements
When some extension already extended \Illuminate\View\FileViewFinder with additional view paths, we need to consider all of them.

Example: https://github.com/igaster/laravel-theme

Here paths will be like resources/<theme>/views, resources/views - we need to check modules template files in all of them (according to themes fallback). So, in our case it will become resources/<theme>/views/module/<module> and resources/views/module/<module> (last one is the same as `$viewPath` variable.

Why not publishes themes templates? IMO, modules should not be supplied with strange themes, unless it is module bringing specific theme, but in this case this module provider could do publish by itself.

Thanks
Set command module:migrate-rollback to run modules in reverse order
Ordering boot provider, now config module supports the languages module.
Order boot provider, supports the lang module
f0ntana and others added 30 commits November 16, 2015 17:54
he create wrong path to controller namespace
Fix namespace path of Controller
…ommand. Otherwise module:update looks at module.json for its own dependencies.
Updated stub to use all the paths of view finder
Installer process checkout on project root
Fixing deprecated method bindShared
This should call $name.'DatabaseSeeder' instead ob $name.'TableSeeder'
Fix for php artisan module:seed command
Allow caching of the json file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.