Support the ongoing development of Laravel.io →

CORS ORIGIN from mobile app

Pardon my newbie-ness, but I'm new to Laravel and developing RESTFUL APIs in general. I found docum...

0 Likes
5 Replies

Really? 11mb request footprint?

I have a relatively stock install of Laravel save for a couple of extremely small service providers,...

0 Likes
4 Replies
posted 11 years ago

What about Routing?

Based on a lot of the questions I see elsewhere, Routing is a pretty big problem area for Laravel us...

0 Likes
0 Replies
posted 11 years ago

as I can construct the following sql statement

as I can construct the following sql statement SELECT (first_name || ' ' ||last_name) as name,t1.id...

0 Likes
12 Replies

Mocking Model Binding

I'm new to writing test cases and I'm writing a test to see if the edit resource page is shown corre...

0 Likes
0 Replies
posted 11 years ago

New photo gallery

Hey guys, I just finished working on a photogallery for laravel 4.1 using bootstrap3 and the interve...

0 Likes
0 Replies
posted 11 years ago

Laravel eloquent relationship

I have a table ranks as position player_id 1 77 2 99 3 12 and one more table players as id na...

0 Likes
4 Replies

Laravel Finder bug ?

Hello dear firend most of time in my app I got this erro Class 'Symfony\Component\Finder\Finder' not...

0 Likes
0 Replies

Best practice for validating relationships using Ardent?

I'm working on an application containing log messages and users. The respective models are LogMessag...

0 Likes
0 Replies

Validation inside a mutator/setter

I was reading the following: "Validation should happen within the context of the setter prior t...

0 Likes
0 Replies

Where does those calls come from?

Hi, I installed php-debugbar and this is the output I get. select * from `pages`133μs256KB3000000005...

0 Likes
2 Replies
posted 11 years ago

section with yield and include

###Master Layout @yield('content) ###Guest Layout @extends('master') @section('content') <h1>...

0 Likes
0 Replies

Laravel user forms and admin forms: how to tackle?

Hi Just a question to poll how you guys would tackle this in Laravel: I have a user preferences page...

0 Likes
4 Replies
posted 11 years ago

Laravel 4 PDO Connection Failed

Alright so my PDO connection keeps failing for what seems like no reason. I created a separate site...

0 Likes
4 Replies
posted 11 years ago

[package] Scaffolding just got better!

Okay, I am excited to announce that scaffolding is now fully customizable AND you can read in as man...

0 Likes
4 Replies
posted 11 years ago

Help with relationships.

Hi everyone I am having a slight issue with relation ships (honestly I think it's just my thick skul...

0 Likes
2 Replies

Intranet help

Hello In my job, we developed 7 years ago an Intranet without a PHP framework. The project has grown...

0 Likes
3 Replies

Routing issue with WAMP

I'm having trouble getting any routes to work besides the default ('/'). I have: Route::get('/', fu...

0 Likes
3 Replies
posted 11 years ago

Routing to another controller without redirect

I have a "short url" feature in my application that allows visitors to access, eg "/s...

0 Likes
0 Replies

Problem in validation file

Hello dear friends I want to upload a ".apk" file using laravel and form validation. my ru...

0 Likes
1 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.