Support the ongoing development of Laravel.io →
KevinCreel

KevinCreel

Joined 22 Feb 2014

Statistics

Threads 1
Replies 24
Solutions 5
Articles 0

Cached asset files during development not updating.

I'm using Phpstorm 8, php 5.5.13. I don't have opcache or any other cache enabled that I'm aware of...

0 Likes
4 Replies
replied 11 years ago

How to search for partial matches in SQL database

$model->where('column', 'LIKE', $value)->get(); $value = '*value*' or '*value' or 'value*'...

0 Likes
replied 11 years ago

How to get page number before pagination query?

$page = Input::get('page', 1); $perPage = 30; Post::forPage($page, $perPage)->remember()->get(...

0 Likes
replied 11 years ago

Advanced Data Base queries and Eloquent

orecrush - i think he wants all the alerts which have a price lower than than the sales price, not w...

0 Likes
replied 11 years ago

Consuming Internal API - JSON content-type and payload

You could use named routes and create a class that accepts a route name and parameters. It would re...

0 Likes
replied 11 years ago

Advanced Data Base queries and Eloquent

Not tested but this should return a collection of alerts with product/user eager loaded grouped by u...

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.

© 2026 Laravel.io - All rights reserved.