skip to Main Content

Starting Laravel App – CPanel

I have seen a lot of similar tutorials and questions to my problem, but none seem to cover what is going on here. Being new to Laravel I'm having some difficulty with the index.php. It looks like the __DIR__ ."path/here"…

VIEW QUESTION

Web middleware does not get executed (Laravel 5.5) – SEO

I'm trying to create a website with multiple languages (with Laravel 5.5). Therefore I follow the tutorial https://mydnic.be/post/how-to-build-an-efficient-and-seo-friendly-multilingual-architecture-for-your-laravel-application, but somehow I have troubles with the language middleware part: // BeforeLanguage.php namespace AppHttpMiddleware; use Closure; class BeforeLanguage { /** * Handle…

VIEW QUESTION
Back To Top
Search