Support the ongoing development of Laravel.io →

Just Controller Query

Just installed laravel 4 trying it out seeing if it has some better features than codeigniter. Just...

0 Likes
1 Replies

Do I need to create/prepare before using Queues

Do I need to create/prepare before using Queues Trying to follow the Queues documentation page. ht...

0 Likes
0 Replies
posted 12 years ago

[Package] HubSpot API Wrapper

My first package for Laravel. fungku/laravel-hubspot-api Any tips, pointers, or advice appreciated....

0 Likes
0 Replies

Code Sniffer - LaraSniffer

Hi guys, I've made an artisan command/package that (through popular PHP_CodeSniffer) detect violatio...

0 Likes
1 Replies
posted 12 years ago

Event driven design

I am about to create new project and i think events are the best fit for this job. But what should i...

0 Likes
6 Replies

Advanced queries in a Laravelesque way

Is there a 'Laravel way' of writing something like this? $products = Product::select(DB::raw( 'mw_pr...

0 Likes
3 Replies
Solved
posted 12 years ago

Using a dependency package

hello guys, i know this is a noob question. i'm creating a package and i'm using this package: https...

0 Likes
3 Replies
posted 12 years ago

Validation File

Hi, Ive create a validate file $rules = array( 'photo' => 'required|image|mimes:jpeg|min:100|max...

0 Likes
1 Replies

How to pass parameters to custom CLI classes

Hi there awesome people, Artisan CLI is awesome but there is something I really want to know. Can I...

0 Likes
1 Replies

Authenticating with Sentry 2 (2.1.*) not working.

Hello guys. I am unable to get Sentry to authenticate a user. It currently finds the user but can't...

0 Likes
1 Replies
Solved

Model attachment

Hello. My application demands attachments to models (with different sizes), probably, watermarks and...

0 Likes
0 Replies

routing order?

I'm starting with laravel and I'm having this probelm: I have 2 routes that seems to 'interfere' wit...

0 Likes
5 Replies
Solved

Any one in forum can solve my problem????????????

MY main problem is, i set the table in user model and also in auth.php in config but still its sho...

0 Likes
3 Replies

What does config app.url actually do?

I've noticed that almost everything Laravel does, uses host domain, rather than what's defined in ap...

0 Likes
2 Replies

Auth attempt always return false

Hi Guys, I'm having some headache trying to solve this problem. In my table seeder, I create this us...

0 Likes
5 Replies
Solved

Problem with deploying laravel on a web server

Hi! I have a problem with deploying my app from localhost to web server. I'am getting the following...

0 Likes
2 Replies
posted 12 years ago

Caching under 1 second

$expiresAt = Carbon::now()->addSeconds(20); Cache::put($key, $data, $expiresAt); This doesn't se...

0 Likes
6 Replies
Solved

Query for Google Map

Hi guys, I'm new to Laravel and enjoy to play with it. But I stuck almost 2 hours on using query bui...

0 Likes
2 Replies
Solved
posted 12 years ago

Keeping track on events

Hi, guys, I am trying to implement event driven design for my apps. The problem I bumped in is how t...

0 Likes
0 Replies
posted 12 years ago

Markdown preview under textarea

It would be awesome if this forum had live preview of markdown when you are creating a thread - just...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.