LaravelDaily / quickadmin

Quick adminpanel builder package for Laravel 5
MIT License
600 stars 194 forks source link

Completely remove created CRUD #124

Closed szymon-szychulski closed 6 years ago

szymon-szychulski commented 7 years ago

How to completely remove created CRUD?

I removed files from app directory, files from resources/view and CRUD table in database.

But I have an error: Fatal error: Uncaught ReflectionException: Class view does not exist in /home/vagrant/code/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 752

ModestasV commented 7 years ago

Hello,

Looking at error - seems like you have something to do with the fact that view class is not existing.. Without looking at your code - it is impossible to know what went wrong there.

Deleting the crud has these steps:

But once again, seems like your issue comes from another angle

szymon-szychulski commented 7 years ago

delete custom routes

where can I found routes from created CRUDs? I don't see this in routes directory. There is in vendor?

ModestasV commented 7 years ago

Our routes will be removed automatically, notice the word custom there :) This means that any route you have added that directs to the crud - has to be removed