Hi, In my system I have a main database where is a "users" tabel and for each user I have...
Hi all! How can I mock a call to One-to-Many relationship? For example, I have a call in controller...
Hi, is there something like $table->timestamp('pid')->nullable()->index()->where('pid',...
SELECT b.cat_id, b.cat_parent FROM cat AS b LEFT JOIN cat AS a ON b.cat_parent = a.cat_id WHERE b.ca...
Runtime version: PHP 5.3.10 Laravel 4.0 Create table like this: Schema::create('components', functio...
here is my function to select data from database http://laravel.io/bin/Qq2oD and i get this error !...
Hi guys, I have a big problem with laravel eloquent model. When I create my application and i create...
Hello, I am new to laravel i don't know much about it but i want my script to redirect to a specifie...
I have a case where I have a Department and Users. A User belongsTo a Department. But a Department a...
Hi again, I want to add an HTML 5 date input type. I am using this guide and file: http://blog.small...
Hi, When I create a new item, I always have the column 'link' empty in my table. The table's column...
I have the following code in my app/start/global.php file: App::error(function(\PDOException $ex...
Hi, My problem is very simple. I'd like to display into my formś input the content I wrote when ther...
I'm trying to do a stateless basic authentication before on a group of routes. see http://laravel-re...
I've been mulling over this question for a couple of days now, but can't seem to decide on the best...
Im new to Laravel.. How to Get a Last inserted Id In Laravel model Form. When Creating a New Project...
Hey, so I'm trying to password protect access to my development site, and doing what I've done befor...
Hi - I've got this in app/session.php: 'lifetime' => 5, I'm using Cartalyst Sentry for authentic...
I wrote a package https://packagist.org/packages/pabloezequiel/environment and I'm getting it using...
<?php class SignupController extends BaseController { /* |-------------------------------...
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