Support the ongoing development of Laravel.io →

how to support wildcard subdomain but avoid Controller::method($subdomain, $reflectedParams, ...)

Hello all, How do you support wildcard subdomains but avoid adding the $subdomain on the method of e...

0 Likes
2 Replies
posted 9 years ago

Specifying environment ('php artisan migrate --env=testing') doesn't work

Hello. When I specify environment on migrate command "php aritsan migrate --env=testing" i...

0 Likes
2 Replies

If url parameter empty, being redirected to localhost

So I've got this: Route::get('thread','ThreadController@index'); Route::get('thread/{id?}','ThreadCo...

0 Likes
1 Replies

Overriding Illuminate\Http\Response

I am building a custom Request/Response system so that Laravel can run over a RPC system called Hpro...

0 Likes
0 Replies

Change SMTP details

Hi what's the best way to replace default SMTP details to the ones coming from the database? Let's s...

0 Likes
0 Replies

Eloquent relations issue

Hi guys! First things first. I have this tables: beds id name size room status hotel created_at upd...

0 Likes
0 Replies

HomeController does not exist when deploying to server (works locally though)

Hi, Some strange things are happening. I developed a small project which works well on PC (WAMP), wh...

0 Likes
5 Replies

How to keep the column value hidden or anonymous

Hello Friends, I am developing one bidding system. I have one column where bidders name is shown. Bu...

0 Likes
1 Replies
posted 9 years ago

Is there a more efficient way to do this query?

Here's the query: /** * Get all dates and counts for an event via the database */ public function...

0 Likes
2 Replies
posted 9 years ago

LengthAwarePaginator return full list

I have this paginator $products = new LengthAwarePaginator( $collection-...

0 Likes
1 Replies
posted 9 years ago

Laravel format links

I am converting my normal html link to laravel format but its not working. What can i do?? I try to...

0 Likes
0 Replies

Login with google in laravel 5

Hi, i am working on laravel 5 socialite login, but i am getting error like, ClientException in /home...

0 Likes
0 Replies

Amazon S3 - CURL Error 7 (can't connect)

Hello everyone! I have a problem with Amazon S3 service. I can't connect to my bucket and i've tried...

0 Likes
0 Replies

Foreach click tab active

Hello My dear laravel buddies, i have my e-shop, so here i have an issues for click tab with active...

0 Likes
0 Replies

Laravel 5.1 - Ajax navigation, problem on refresh

Hi, My app needs to load my views from navigation by ajax call using jQuery's load() method. But whe...

0 Likes
1 Replies

Eloquent relationship: Relation table with pivot table

I have created three tables, A, B and C. A and B have a ManyToMany relationship so I created A_B tab...

0 Likes
1 Replies

db to seed files dump tool

Is there any tool or library that generate laraval seed files from db.?

0 Likes
1 Replies
posted 9 years ago

Laravel Route Model Binding to Route::controller()

I've got the following routes: Route::controllers([ 'auth' => 'Auth\AuthController', 'pas...

0 Likes
0 Replies

L 4.2 after migration error 2005 - Ran out of ideas...

Hi, recently a L4.2 site was migrated to a new host with centos 7, PHP 5.5.30. PDO and MySqli connec...

0 Likes
0 Replies

How to send relationship data to view? One to many relationships!

Hello, friends! I need to make drop down list with categories! Somehow, something is not working :(...

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