Support the ongoing development of Laravel.io →

gstjohn

Joined 21 May 2014

Statistics

Threads 1
Replies 8
Solutions 3
Articles 0
posted 9 years ago

Can't connect to Homestead without disabling wifi

I'm having a weird issue I've only started to experience recently. When running vagrant up on Homest...

0 Likes
6 Replies
replied 9 years ago

Reprocess Inputs

Try this: Input::replace(['somevar' => 'foo']);

0 Likes
replied 9 years ago

Undefined Variable Laravel 4

In your CustomerController you have: return View::make('dashboard', array('customers', $customers));...

0 Likes
replied 9 years ago

Problem adding laravel homestead box

The short answer is almost surely, yes. I would upgrade to 1.6 if I was you.

0 Likes
Solved
replied 9 years ago

Parameter based routing

Something like this should work for you: Route::get('/', 'HomeController@index'); Route::get('/about...

0 Likes
replied 9 years ago

scope with select

Columns should be in an array or as individual parameters. Try: public function scopeGroupByMonth($q...

0 Likes
Solved

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.