lolo3129
Results
2
comments of
lolo3129
Bonjour, j'ai noté aussi cela sur la page admin : si on choisit l'ordre "articles aléatoires" pour la page d'accueil, on a aussi ce tri par défaut sur la page...
# ref https://cylab.be/blog/122/using-https-over-a-reverse-proxy-in-laravel 1. add this in your boot Provider (and configure .env app_url accordingly if ($this->app->environment('production') && !empty(config('app.url'))) { $schema = explode(':', config('app.url'))[0]; URL::forceScheme($schema); } 2. you need to...