Support the ongoing development of Laravel.io →

How to avoid using Session Facade?

To allow for proper unit tests, it is recommended to avoid using Facades. How can I access Session i...

0 Likes
3 Replies

getting tree depth from a closure table

I'm building a threaded forum using closure tables. I have two tables, Paths and Comments, set up li...

0 Likes
0 Replies

Populate edit form inputs with many to many eloquent query?

I have a form that allows a user to submit a small image and a large image. The edit form is where I...

0 Likes
3 Replies
posted 9 years ago

Redirect unsecure requests to secure request

Hi, What is the best way to redirects that aren't secure, to a secure request? Like http://foo.bar s...

0 Likes
9 Replies
posted 9 years ago

Bug when creating a new thread and opening a new page

Fallowing these steps you will see the "bug" happen: Go to the "Create Thread"-...

0 Likes
0 Replies

Best Server/Company/OS for Laravel

Where do you guys all host your Laravel applications? And which Linux distribution is the best for L...

0 Likes
2 Replies

Best way to handle "too many" injections?

I'm in the midst of building a pretty large website with a lot of different content on each page. I...

0 Likes
3 Replies
Solved

File validation "The file exceeds your upload_max_filesize ini directive" Problem

Hi, I have a form with some validation rules and everything but the file validation works. The probl...

0 Likes
0 Replies

How to rollback external migrations ?

I want to write a "clean reinstall" CLI but I have a little problem... I can't rollback ex...

0 Likes
3 Replies
Solved

Apache 2.4 shared host

hello I have symlink the public folders of my 2 projects to the DocumentRoot of Apache: root projec...

0 Likes
0 Replies
posted 9 years ago

Value Objects vs Validator extension

Hi there, I've got a little question on value objects. It's clear that value objects identify themse...

0 Likes
0 Replies

BindingResolutionException Unresolvable dependency resolving [Parameter #0 [ <required> $input ]].

Hello friends, I'm currently coding a REST API, however I'm having an issue with Laravel 4.1.x Bindi...

0 Likes
0 Replies
posted 9 years ago

Simple multilanguages mechanism. How to?

Hi, colleague! I think that common multilangual mechanism is a good idea. We have common class, whic...

0 Likes
3 Replies
Solved

HTML Links

I am making a site for a friend that everything on the pages are going to be editable through and ad...

0 Likes
2 Replies
posted 9 years ago

Continue DB call

Say I have a custom class, where I want to create the connection and specify the table once my class...

0 Likes
1 Replies

Checkboxes, checked and unchecked

Hi I've got 2 tables. THe first one is the full listed option with (id, name). The second one is the...

0 Likes
0 Replies

has() on a hasOne()-relationship to the same table

Consider the following setup (and let's not discuss wether it makes sense as it's only an example)....

0 Likes
5 Replies
Solved
posted 9 years ago

Search post by many tags

I have Posts, that are linked to many Tags in a many-to-many relationship. I also have an array of T...

0 Likes
11 Replies
Solved
posted 9 years ago

public_path() vs url()

Hey, take a look at the examples: echo public_path(); // C:\Users\JohnDoe\laravel\public vs echo ur...

0 Likes
3 Replies
Solved
posted 9 years ago

How can I find the test cases of Laravel itself

Hi, I am sure that Laravel framework is well tested, but how can I find the test cases of Laravel it...

0 Likes
3 Replies
Solved

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.