samedi 30 avril 2016

Laravel 5.1 .env file not recognized

I upload laravel 5.1 project in Host. and I Check the .env file with this code.

Route::get('/', function() {
    dd(env('APP_KEY'));
});

But Returned Null. How to connect .env in laravel on host? and my php version is 5.6



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1SR3uzU
via IFTTT

Aucun commentaire:

Enregistrer un commentaire