Hi, Im developing a really simple application in laravel 5, for now only shows blog post and nothin...
Feel free to put your code wherever you want. Maybe there are some tips for doing it in a diferent w...
I think the problem is in line 16: 'database' => env('DB_DATABASE', $_ENV["DB_DATABASE_TWO&...
You should try with asset('myapp/icons/favicon.ico'). You should see the URL like: http://miweb.com/...
The problem was the update to 5.0.16. My app was using an old compiled file and php artisan clear-co...
Try with public function index() { \Redirect::to('www.laravel.io'); } Add a \ before the facade...
The Laravel portal for problem solving, knowledge sharing and community building.
The community