-
Notifications
You must be signed in to change notification settings - Fork 920
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 CRUD #99
Comments
Hi @guillermohaad , Are you sure you have Cheers! Cheers! |
Friends all packages work great except this CRUD, which can be? |
Are you using Laravel 5.3? If so, the route file has changed - it is now no longer Was this the issue, I wonder? |
everything works great, you're an angel friend, thanks for teaching. excuse my English, we'll be in touch |
Glad it's fixed! Sure, I've just setup the Patreon page, where you can donate as little as $1/month to help me spend more time on Backpack. Contributing with bug reports and bug fixes is also very useful :-) Cheers, thanks! |
ok, friend, I will proceed to donate, |
Great :-) I'm not pushing. Theoretically, CRUDs work perfectly with SQL Server, because everything is done through Eloquent. I haven't tested it myself, but others are using it this way. |
thanks friend, you're great |
hi,
I already have everything ready but when I try to enter the CRUD tells me that page not found

look:
_file routes.php_*
'admin', 'middleware' => 'admin'], function() { Route::get('dashboard', 'Admin\AdminController@index'); ``` // [...] other routes // Dick CRUD: Define the resources for the entities you want to CRUD. CRUD::resource('tag', 'Admin\TagCrudController'); ``` });The text was updated successfully, but these errors were encountered: