Hi there! First of all, Laravel is awesome, I haven't been so enthusiastic about something a long ti...
Hi guys, we have a project like this site: http://printio.ru/ but we are focus on our templates(busi...
session_start(): Failed to initialize storage module: user (path: /home/sitename/html/app/storage/se...
Hey guys, I'm trying to make a IdealPayment systeem for a website I've to create, but I'm stuck.. I'...
I have a user's table for my application. I also have a pivot table for people who add other people...
Hey guys! I'm completely new to Laravel but I really like it so far :) After playing around a bit, I...
I have a questions about https requests: The example in the official Laravel4 docs doesn't work in m...
This is My code in route.php Route::group(array('domain' => '{subdomain}.'.Config::get('a...
As in the title, trans() is working totally fine on my local dev machine. On the server though, it's...
So, I think I have figured a way to do this, but I feel like there has to be a more efficient way. H...
Hi - I'm using windows 7 + Apache. to get to the default 'hello' start page i have to use: http://lo...
I'm following http://laravel.com/docs/eloquent#many-to-many Of course, with difference case. How to...
Hello everyone, I don't really know how to solve this in a 'proper' way, anything that I can come up...
I picked up development of an orphaned project using SimpleSAMLphp for SSO, and I'm trying to finish...
Hi all I would like to know if and how it's possible to use a URL like this: "site/admin"...
I'm trying to use a package to help simplify route maintenance but am running into trouble attemptin...
categories id, name products id, name products_categories id, product_id, category_id cards id, prod...
I want to get the current domain, using Request::server('HTTP_HOST') - however when I call this from...
i have a category with many products with many pictures This returns all products for a category wit...
I have the following models (example!). When deleting a tutorial I'm expecting the 'deleted' method...
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