Support the ongoing development of Laravel.io →

casbloem

Joined 26 Nov 2014

Statistics

Threads 0
Replies 4
Solutions 0
Articles 0

casbloem has not posted any threads yet

replied 8 years ago

welcome.blade.php laravel 5 not rendering

Simply delete storage/framework/compiled.php and rerun composer install/composer update.

0 Likes
replied 8 years ago
0 Likes
replied 8 years ago

Users table - Check for duplicate IP address

You should use eloquent count(). return User::where('ip_address', $_SERVER['REMOTE_ADDR'])->c...

0 Likes
replied 9 years ago

Connecting to XML

As far a i saw, they also provide a JSON feed. JSON is way easier too work with. Maybe if you can pr...

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.