Laravel this is not only a practical framework, it is also a programming style
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
Aucun commentaire:
Enregistrer un commentaire