We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
Publishing the config should create a file on packages/bllim/datatables/datatables.php.
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
Sorry, something went wrong.
Merge pull request #87 from yajra/bllim
2c8aeda
fix config publish command. fix issue #79
No branches or pull requests
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
?
The text was updated successfully, but these errors were encountered: