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

Sub Domains through Routing/Filtering

Hi All, I'm working on a site that has a few variations that can be displayed depending on what the...

0 Likes
0 Replies

api-guard on nginx works... on XAMPP I am getting 404 :| {I uses => windows 7}

###I followed the installation instructions and I am close but apache may be acting different with t...

0 Likes
0 Replies

Handling SSH2 errors

I have this code $ssh = new Net_SSH2($all['ip']); if ($ssh->login($all['user'], $all['password'])...

0 Likes
1 Replies
posted 10 years ago

Blade templating, layout information.

Hey there, newcomer here. Just decided to register in this amazing comunity, which has helped me a l...

0 Likes
2 Replies

Eloquent group by relationship date

I have a topics and links tables on Laravel 4.2 with Eloquent ORM. They have a relationship like thi...

0 Likes
0 Replies

Laravel Unit Testing

#How to mock this one? return Redirect::back()->withErrors($validator); it always says: BadMethod...

0 Likes
0 Replies
posted 10 years ago

How to convert SQL query to proper LARAVEL query that includes self join?

How to properly convert SQL query: select a.* from active_user_data a join (select max(id) id ,user_...

0 Likes
0 Replies
posted 10 years ago

Convert SQL to Laravel Query

How to properly convert SQL query: select a.* from active_user_data a join (select max(id) id ,user_...

0 Likes
0 Replies
posted 10 years ago

Laravel 5 and Namespace Issues

Just started using Laravel 5 and having trouble understanding how the namespace works. Example for a...

0 Likes
1 Replies
Solved

Erros Database Mysql

Hello, What is the reason this error? http://prntscr.com/5ogmvq Is indicating the wrong way from my...

0 Likes
5 Replies

Can't upload same photo twice - Laravel 4 Image Intervention

How do I make sure each indivually image gets uploaded? Here's my issue, if I upload an image called...

0 Likes
1 Replies
Solved
posted 10 years ago

php artisan not working on linux shared server

using cloudlinux, the php artisan CLI fails .... any ideas? cofigured to php 5.5.1, latest apache.

0 Likes
3 Replies
Solved

WSOD when upgrading to 4.1 (undefined index "expire_on_close")

I have a laravel app on my git repo (bitbucket), so I cloned it, then I got some errors when I tried...

0 Likes
6 Replies
Solved
posted 10 years ago

Scope based on extra Pivot columns

Hopefully the following code will set up background. class Freelancer extends Eloquent{ public f...

0 Likes
0 Replies

class not found

When I open my page using the cats DB from the book "Getting Started with Laravel 4" I get...

0 Likes
1 Replies

Making Laravel work with PHP 5.3

If I want to get Laravel to work with PHP 5.3 what do I need to manually change to make that possibl...

0 Likes
7 Replies
Solved

PDF populate IRS forms

I have not done much in the way of creating PDFs and wanted to find out if it was possible to take a...

0 Likes
1 Replies

How to addTenant to TenantScope with Confide

I am using Confide for users authentication and Laravel Mutli Tenant package so that each user can o...

0 Likes
1 Replies
Solved

Can't migrate for Unit Test... Alternatives to migration?

When the unit tests run migration on the sqlite array driver, I get the following exception: Doctrin...

0 Likes
0 Replies

Unique Queues [feature request?]

Sometimes a non-trivial Queue operation can occasionally be triggered more than once before the firs...

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