Support the ongoing development of Laravel.io →
posted 10 years ago

Testing Login with Codeception

I have been trying to get my codeception test to run, and it always fails on the login part. Here is...

0 Likes
2 Replies

"Order by" when querying relation

Hi, I have a Project table and a pivot table "like_project" which has 2 columns : user_id...

0 Likes
1 Replies

Environment Specific Package Config

Hi all, I'm still learning the layout of the land having moved from CodeIgniter. I have multiple env...

0 Likes
2 Replies

Saving image's data in my DB

I'm trying to save images with Dropzone.js in my Laravel 4 project. This is my code: $fileInput = In...

0 Likes
2 Replies
posted 10 years ago

unit test how to test Event with email

Hi, how can I test this snippet without send an email ? public function forgot() { $isV...

0 Likes
1 Replies
posted 10 years ago

Wrong data when extending blade views and sections

I'm not sure if this is an error or if sections are not supposed to be used like this. It's a bit di...

0 Likes
1 Replies

laravel forge TERMS OF SERVICE :(

i don't understand the FORGE TERMS OF SERVICE the terms not taking about the privacy about customer...

0 Likes
4 Replies
Solved

Can not access CSS file

Hi, i have a question related to Laravel 4 Starter Site. I added a css file in assets/css directory....

0 Likes
1 Replies

Multi app instance

Hello I want to migrate from ZF1 to laravel 4.3 but as my current ZF1 instance is composed by 9 modu...

0 Likes
2 Replies
posted 10 years ago

Homestead port

I'd like to use Homestead for a non-laravel project, just a simple sandbox if you will, that has a f...

0 Likes
3 Replies
Solved

modules vs packages

I'm heading towards a pretty large application and really want to keep the application clean and org...

0 Likes
1 Replies

Enabling SSL on a Homestead VM

I haven't been able to find any documentation about how to enable SSL on a Homestead VM. I tried to...

0 Likes
5 Replies
Solved

Mutators problem

I have Email model with: public function getEmailJsonAttribute($value) { return $value ? json_de...

0 Likes
1 Replies
Solved
posted 10 years ago

Laravel 4.2.8

Routes: Route::post('verify', 'site\RegistrationController@verify'); Controller <?php namespace s...

0 Likes
2 Replies
posted 10 years ago

Prevent the load specific directory/module in psr-4

Hello i use psr-4 for load any modules in app/Modules/ directory. i want to disable module, but how...

0 Likes
0 Replies
posted 10 years ago

question about module system

hi every body I'm writing a module manager in laravel for personal cdn and no packagist. every modul...

0 Likes
2 Replies
Solved

Homestead Uploads File Wrongly

The problem is absolutely written in the Subject, the problem i'm runing into is that I'm uploading...

0 Likes
6 Replies

Generate link to non-secure subdomain from a secure domain

Ok, so we have the following two subdomains: https://www.website.com (where every url in the www sub...

0 Likes
2 Replies
Solved
posted 10 years ago

Laravel Github issues

Where are issues reported? It seems they removed the issues section from git hub and I don't see an...

0 Likes
5 Replies
posted 10 years ago

Why is there no equivalent of Input::all() and Input::get() for the ruleset of Input::has()

While i am working on my first laravel project i stumbled upon an interesting problem: When you are...

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