Support the ongoing development of Laravel.io →

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

Resource authentication and session data

In my controller I have: public function __construct() { $this->beforeFilter('auth', array('excep...

0 Likes
2 Replies
Solved
posted 10 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

Back Link or Button for Webapp to Feel Like Native Mobile one

Hello, one of our clients are asking for their webapp to feel like a native mobile one and so they r...

0 Likes
2 Replies
Solved

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

While using Eloquent relationships, user id is not saved

Hello I'm learning Laravel 4, and I came up to Eloquent relationships. I have two models, user and g...

0 Likes
2 Replies
Solved

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 10 years ago

section with yield and include

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

0 Likes
0 Replies

Mocks and namespace

Hi I had a few tests, no problem with phpunit execution. I added namespaces to my Models and control...

0 Likes
2 Replies
Solved

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

Logout issue

if the user login, Auth::check() will be return true; But how to make sure the user logout ? not use...

0 Likes
2 Replies
Solved
posted 10 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

Laravel bug or my mistake?

Good night, In this code, i got an error that says that the variable userId doesn't exists when its...

0 Likes
2 Replies
Solved

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.

© 2024 Laravel.io - All rights reserved.