Search
 
SCRIPT & CODE EXAMPLE
 

PHP

Laravel 9 localization not working on live server

4

So I found the solution, the "problem" was that I didn't removed the resources/lang directory so Laravel was using that directory instead of the lang directory in the base path of the application.

After removing the resources/lang directory it worked as expected. Thanks to @lagbox comment.
Comment

PREVIOUS NEXT
Code Example
Php :: Type error: Argument 1 passed to IlluminateDatabaseGrammar::parameterize() 
Php :: selecting values from database 
Php :: opencart set page title config php 
Php :: mac php.ini catalina 
Php :: how to use db more than 1 codeigiter 3 
Php :: way to convert an integer to an array of numbers 
Php :: laravel compile blade 
Php :: view codeigniter 4 
Php :: Code début HTML 
Php :: removing public from laravel url 
Php :: undefine variable $variable in php 
Php :: load more data on button click in laravel 
Php :: php 8.0 linux 
Php :: php async curl request 
Php :: laravel One to Many relationship using custom primary keys 
Php :: sage theme get template 
Php :: import csv file in laravel 8 
Php :: br2nl 
Php :: laravel controller and model create same file name 
Php :: php square root 
Php :: @hasSection 
Php :: How to create a contract with Solidity? 
Php :: warning: parameter 2 to search_by_title() expected to be a reference, value given in 
Php :: tutorial crud phpmyadmin 
Php :: basic syntax 
Php :: JsonResource::withoutWrapping 
Php :: laravel find user by id 
Php :: Supprimer automatiquement les mots courts des URL pour un meilleur SEO dans WordPress 
Php :: evaluate home tilde ~ in php 
Php :: how to print * symbol in c++ 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =