1.
$environments
=
array
(
2.
'local'
=>
'http://localhost*'
,
'*.dev'
),
3.
);
return
'url'
'http://localhost/laravel/public'