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

Config file is not created #79

Closed
byordereurope opened this issue Feb 28, 2014 · 1 comment
Closed

Config file is not created #79

byordereurope opened this issue Feb 28, 2014 · 1 comment

Comments

@byordereurope
Copy link

php artisan config:publish bllim/datatables
should create a config-file right ?
Well it doesn't.

it creates packages/bllim/datatables/.gitkeep and that's it.

So now the question is....

Do we create
packages/bllim/datatables/config.php
or
packages/bllim/datatables/datatables.php
or
packages/bllim/datatables.php
?

@yajra
Copy link
Contributor

yajra commented Mar 26, 2014

Publishing the config should create a file on packages/bllim/datatables/datatables.php.

There is an error on read me. Will create a PR for it. Please use this command instead.

php artisan config:publish bllim/laravel4-datatables-package

MarkVaughn added a commit that referenced this issue Mar 28, 2014
fix config publish command. fix issue #79
@yajra yajra mentioned this issue Apr 4, 2014
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

No branches or pull requests

3 participants