Support the ongoing development of Laravel.io →

Can access User model method only if logged in

I have a User model with a little hom-made "roles/permission" system. Directly in my User...

0 Likes
1 Replies
Solved
posted 11 years ago

send gzip encoded response from a restful web service

How to send gzip encoded response from a restful service? return Response::make( $body, $st...

0 Likes
0 Replies

How to use defined Laravel remote connections in Envoy

Laravel has a really nice remote SSH connection configuration file: app/config/remote.php (see: http...

0 Likes
0 Replies
posted 11 years ago

Laravel 4.1 - Controller throw error when I try to load view with layout

I'm trying to load a blade view with layout, but I get this error: "Attempt to assign property...

0 Likes
0 Replies

Problem with dynamically created input fields

In my Laravel installation I have posts and tags entities with relationships between them. In the cr...

0 Likes
0 Replies
posted 11 years ago

Intervention \ Image \ Exception \ ImageNotWritableException

I am getting this error while using Intervention for image upload Can't write image data to path [C:...

0 Likes
1 Replies
Solved
posted 11 years ago

Views and "syntax error, unexpected '?'"

Hi fellows I have a "layout.blade.php" with a @yield('content') and a login.blade.php with...

0 Likes
3 Replies
posted 11 years ago

Problem with route and get parameters

I'm tryting to add search function to backend of website i'm working on. Here is my search form. And...

0 Likes
2 Replies

How to get a model from a package ?

Hi all, How do I reuse a model I created in a package right in the root application ? Thanks :-)

0 Likes
4 Replies
Solved

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

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.