I have a relatively stock install of Laravel save for a couple of extremely small service providers,...
Based on a lot of the questions I see elsewhere, Routing is a pretty big problem area for Laravel us...
as I can construct the following sql statement SELECT (first_name || ' ' ||last_name) as name,t1.id...
I'm new to writing test cases and I'm writing a test to see if the edit resource page is shown corre...
Hey guys, I just finished working on a photogallery for laravel 4.1 using bootstrap3 and the interve...
In my controller I have: public function __construct() { $this->beforeFilter('auth', array('excep...
I have a table ranks as position player_id 1 77 2 99 3 12 and one more table players as id na...
Hello dear firend most of time in my app I got this erro Class 'Symfony\Component\Finder\Finder' not...
Hello, one of our clients are asking for their webapp to feel like a native mobile one and so they r...
I'm working on an application containing log messages and users. The respective models are LogMessag...
I was reading the following: "Validation should happen within the context of the setter prior t...
Hello I'm learning Laravel 4, and I came up to Eloquent relationships. I have two models, user and g...
Hi, I installed php-debugbar and this is the output I get. select * from `pages`133μs256KB3000000005...
###Master Layout @yield('content) ###Guest Layout @extends('master') @section('content') <h1>...
Hi I had a few tests, no problem with phpunit execution. I added namespaces to my Models and control...
Hi Just a question to poll how you guys would tackle this in Laravel: I have a user preferences page...
Alright so my PDO connection keeps failing for what seems like no reason. I created a separate site...
if the user login, Auth::check() will be return true; But how to make sure the user logout ? not use...
Okay, I am excited to announce that scaffolding is now fully customizable AND you can read in as man...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community