Support the ongoing development of Laravel.io →

lazysignum

Joined 23 Mar 2015

Statistics

Threads 1
Replies 5
Solutions 2
Articles 0

Route model bindings inside of a service provider doesnt work in php 5.5

Hi, Im developing a really simple application in laravel 5, for now only shows blog post and nothin...

0 Likes
1 Replies
replied 9 years ago

If I wanted to create a simple library class (API client) in Laravel 5, where would I put it?

Feel free to put your code wherever you want. Maybe there are some tips for doing it in a diferent w...

0 Likes
Solved
replied 9 years ago

Switching database connections does not work

I think the problem is in line 16: 'database' => env('DB_DATABASE', $_ENV["DB_DATABASE_TWO&...

0 Likes
Solved
replied 9 years ago

Favicon on shared hosting

You should try with asset('myapp/icons/favicon.ico'). You should see the URL like: http://miweb.com/...

0 Likes
replied 9 years ago

Route model bindings inside of a service provider doesnt work in php 5.5

The problem was the update to 5.0.16. My app was using an old compiled file and php artisan clear-co...

0 Likes
replied 9 years ago

Aliasing not working

Try with public function index() { \Redirect::to('www.laravel.io'); } Add a \ before the facade...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.