You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
There are errors in the documentation, for example, there is no class named InputField, it must be Input::make(). Also php artisan make:filter WhereNameStartsWithAFilter this command does not exist "Command 'make: filter' is not defined." it must be php artisan nebula:filter FilterName. Example in resources page.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
You have done a very good job.
There are errors in the documentation, for example, there is no class named InputField, it must be
Input::make()
. Alsophp artisan make:filter WhereNameStartsWithAFilter
this command does not exist "Command 'make: filter' is not defined." it must bephp artisan nebula:filter FilterName
. Example in resources page.The text was updated successfully, but these errors were encountered: