Support the ongoing development of Laravel.io →

3,383 Threads

Multiple domains & masking of the www.example.com/de with www.example.de

Hello. Have this question wondering. I have multiple domains, that I want to use for a certain langu...

0 Likes
0 Replies

Laravel Forge.

Hi guys, I am using laravel forge and it's awesome. However i ran into one problem. I created a serv...

0 Likes
0 Replies

Best way to create User Post relationship?

I have User and Post model. And my question is where to put method's like getAllMyCommentedPosts() o...

0 Likes
1 Replies

Individual layouts directory

Hi, I'm completely new to Laravel, working with it for maybe two or three days on a small/medium pro...

0 Likes
0 Replies

Laravel 4: Advanced routing issue

Hi everyone, I ran into an issue with subdomain routing configuration. Here is what I am trying to a...

0 Likes
4 Replies

Controller Route Not Found NotFoundHttpException

Hi, I'm new here. Trying to create a package with controllers in it. My package is created, route is...

0 Likes
1 Replies

Upgrade to 4.2 - DB Queries return nothing

$locations = Locations::find(1); // null $locations = Locations::all(); // [] $locations = Locations...

0 Likes
3 Replies

Getting Application in Production on Running migration!

When I am running a migration from command line I am getting the response Application In Producti...

0 Likes
4 Replies

Conditionally changing SMTP Mail settings (host, username, password).

Needing to redeclare the configuration settings when sending just one particular mail in the app. Wo...

0 Likes
3 Replies
Solved

Error display

How I can display a better error for development than the "Whoops, looks like something went wr...

0 Likes
2 Replies
Solved

Homestead YAML Error

I am setting up Homestead on my Windows OS and continually get this error: ==> default: /vagrant/...

0 Likes
4 Replies

Ultra basic stuff: how to get the URL right mydomain.com

Hello I just installed Laravel and when I go to mydomain.com I get a list of files like this: env.lo...

0 Likes
24 Replies
Solved
posted 10 years ago

Routing to Nested files in controllers

Switching from Codeigniter, it was a breeze to do this in. I'm having trouble routing to nested cont...

0 Likes
4 Replies
Solved

Laravel 4.2 FrameGuard middleware opt-in

Whilst looking through the changes in 4.2, I noticed this bit of it, and am quite interested by what...

0 Likes
1 Replies

Cannot update with composer help?

Running sudo composer update -v, here's the stack trace: Loading composer repositories with package...

0 Likes
1 Replies

Laravel + Beanstalkd + Supervisor

Hi! I encountered a really strange problem with my configuration for Beanstalkd and Supervisor. The...

0 Likes
1 Replies
posted 10 years ago

remove index.php from URL

Hello. Google lists some links to my application like https://site.de/index.php/tags/tag --- when i...

0 Likes
1 Replies

extend configuration from database : service provider and testability

Hello, I want to add configuration elements to the laravel config object from data stored in the dat...

0 Likes
0 Replies

Protecting sensitive info

Hello In the manual I am getting confused as to how to distribute the content in the files .env.loca...

0 Likes
0 Replies

how to use this function in class User extends Eloquent

public function destroy($id) { User::find($id)->delete(); return Redirect::route('user') ->wit...

0 Likes
4 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.

© 2024 Laravel.io - All rights reserved.