Is it possible to create same deleted controller again with same name in laravel?
I had one controller with name of SellerController
, unfortunately i was delete it and now i try to create controller with same name but, it shows error like Controller already exists!
via user3649115