Support the ongoing development of Laravel.io →

Showing subdomains as tld

Hi there! First of all, Laravel is awesome, I haven't been so enthusiastic about something a long ti...

0 Likes
3 Replies
posted 11 years ago

Laravel 4 + Fabricjs

Hi guys, we have a project like this site: http://printio.ru/ but we are focus on our templates(busi...

0 Likes
1 Replies

Failed to initialize storage module: user

session_start(): Failed to initialize storage module: user (path: /home/sitename/html/app/storage/se...

0 Likes
1 Replies

How do I get this work... IdealPayment

Hey guys, I'm trying to make a IdealPayment systeem for a website I've to create, but I'm stuck.. I'...

0 Likes
2 Replies
posted 11 years ago

How to write this in Eloquent

I have a user's table for my application. I also have a pivot table for people who add other people...

0 Likes
2 Replies
posted 11 years ago

Displaying independent data in views

Hey guys! I'm completely new to Laravel but I really like it so far :) After playing around a bit, I...

0 Likes
1 Replies
Solved

HTTPS definition in routes.php

I have a questions about https requests: The example in the official Laravel4 docs doesn't work in m...

0 Likes
2 Replies
Solved

post request in Laravel4 redirect on wrong url

This is My code in route.php Route::group(array('domain' => '{subdomain}.'.Config::get('a...

0 Likes
0 Replies
posted 11 years ago

trans() working fine on dev machine but not on server; seems to be issue with Waavi/translate

As in the title, trans() is working totally fine on my local dev machine. On the server though, it's...

0 Likes
3 Replies
Solved

Environment detection, subdomains, and requests

So, I think I have figured a way to do this, but I feel like there has to be a more efficient way. H...

0 Likes
2 Replies
posted 11 years ago

Newb: How to Change the root / home URL

Hi - I'm using windows 7 + Apache. to get to the default 'hello' start page i have to use: http://lo...

0 Likes
1 Replies
posted 11 years ago

How to do aggregate on many-to-many relations in Laravel Eloquent?

I'm following http://laravel.com/docs/eloquent#many-to-many Of course, with difference case. How to...

0 Likes
0 Replies
posted 11 years ago

Deep relations

Hello everyone, I don't really know how to solve this in a 'proper' way, anything that I can come up...

0 Likes
1 Replies

custom login filter not redirecting to calling page

I picked up development of an orphaned project using SimpleSAMLphp for SSO, and I'm trying to finish...

0 Likes
1 Replies
Solved

Short URL path with Restful Controllers?

Hi all I would like to know if and how it's possible to use a URL like this: "site/admin"...

0 Likes
1 Replies
posted 11 years ago

Trouble Installing QuickRoutes Package

I'm trying to use a package to help simplify route maintenance but am running into trouble attemptin...

0 Likes
3 Replies

using many to many primary id as foreign key

categories id, name products id, name products_categories id, product_id, category_id cards id, prod...

0 Likes
0 Replies

Request::server('HTTP_HOST') returns localhost within a helper class

I want to get the current domain, using Request::server('HTTP_HOST') - however when I call this from...

0 Likes
0 Replies

another eager loading question

i have a category with many products with many pictures This returns all products for a category wit...

0 Likes
1 Replies
Solved

Delete relations/child relations without CASCADE

I have the following models (example!). When deleting a tutorial I'm expecting the 'deleted' method...

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.