-
-
Notifications
You must be signed in to change notification settings - Fork 859
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
Command "datatables:make" unknown? #3186
Comments
Update: Not being able to use the artisan command to create a datatables, I went on to use the But this also does not work, because in the line May I ask you to please update the documentation so it matches the new code? As it stands currently, especially for people who are using the package for the first time, the documentation has lots of errors and is hardly of any help. |
Please use the all-in-one installer: |
Hi, Yajra, |
Summary of problem or feature request
I added the core datatables extension to a laravel project:
composer require yajra/laravel-datatables-oracle:"^11.0"
And then tried the command to create a new datatable:
php artisan datatables:make MyTest
Resulting in the error:
ERROR There are no commands defined in the "datatables" namespace.
I don't know if this is a little left-over from splitting the package into a core package and some smaller extensions, but there seems to be something missing here...
System details
The text was updated successfully, but these errors were encountered: