Support the ongoing development of Laravel.io →

Moving Laravel 4 To Live Website

Not sure best way to move larval 4 to live website so main page will show up in url with out typing...

0 Likes
6 Replies
posted 11 years ago

Installation - white screen

Hello, i installed laravel using composer, but when opening the public directory in the browser i do...

0 Likes
1 Replies

Adding css and js (jquerymobile)

Hi. I'm trying to add jquerymobile css and js files using {{ HTML::style( 'css/jquery.mobile-1.4.2.m...

0 Likes
2 Replies

Advanced relationships with eloquent

Hi, I have been struggled with this couple of days and i just can't get my head around with this. I'...

0 Likes
2 Replies
posted 11 years ago

Migration doesn't work

Hello! Sorry for my bad english I have migration: DB::table('settings')->insert([ [ 'name' =>...

0 Likes
2 Replies

Advanced search combined values of 2 columns

Hi, i'm trying to create a search functionality that uses 3 tables, and it uses combined values from...

0 Likes
5 Replies
Solved

Eager Load Constraints issue

i have the following tables users devices sensors measurements with the following relationships user...

0 Likes
2 Replies

Static call to a facade function from another

Hi, It looks like I cannot access a custom facade via a static call from another custom facade : Er...

0 Likes
1 Replies
posted 11 years ago

Alter Pagination Render

Hi guys, I'm trying to follow the tutorial here with limited success. I'm stuck following the exampl...

0 Likes
2 Replies
Solved

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 11 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 11 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 11 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 11 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

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.

© 2025 Laravel.io - All rights reserved.