Use laravel blade components from different folder
For some reason, I put my Laravel blade components inside the App/Core/CoreComponents folder, so now I can't use these components like the old way: <x-Core.CoreComponents.input /> And after searching I found a way by using this in AppServiceProvidor.php to make…