Target class controller does not exist in laravel 8 or laravel 9 error encounters in laravel versions above 8 because Before laravel 8 we can call controller without full namespace but after laravel 8, laravel team has changed the way…
Create custom class or library class in Laravel 8 / 9
Laravel provides various packages and library to enhance our application features and functionalities but sometime we want our own class to handle the few features of the application. Thus I this article i will show you to create a class…