Support the ongoing development of Laravel.io →

simonhunt

Joined 14 Jan 2016

Statistics

Threads 2
Replies 15
Solutions 2
Articles 0
posted 7 years ago

Is anyone using Behat 3, Laravel 5 and zombie.js 4?

I'm trying to get a Behat environment setup within Laravel which is able to test a Laravel applicati...

0 Likes
0 Replies
posted 7 years ago

Possible Bug - Problem with Alias when object is passed.

I have the following code: // Departments $physics = factory(App\Base\Academy\Department::class, 1)-...

0 Likes
0 Replies
replied 7 years ago

New session is created on each request

dump() is what broke my session. I was using it to send some visual output to the screen (I know I s...

0 Likes
replied 8 years ago

Class App\Http\Controllers\users does not exist

Try this: Route::get('users','Users_Controller@get_index');

0 Likes
replied 8 years ago

Installing Laravel on an Ubuntu machine for dev work?

There are three options here: The super simple option is not to use Apache at all and instead use...

0 Likes
replied 8 years ago

MethodNotAllowedHttpException

Let's see the source of the form/AJAX that you are using to make the request too...

0 Likes
replied 8 years ago

Add relation to default User Class

Illuminate\Foundation\Auth\User extends model - so you should be able to include the relation as you...

0 Likes

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.