Support the ongoing development of Laravel.io →
simonhunt

simonhunt

Joined 14 Jan 2016

Statistics

Threads 2
Replies 15
Solutions 2
Articles 0
posted 9 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 9 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 9 years ago

How to pass array variable from controller to view (Laravel 5)?

In your above code $hotel is an array of arrays. As such I expect you will need to create nested for...

0 Likes
replied 9 years ago

How to create link with blade templating

The simplest way is to pass the data into the view where you create it (whether that is in a control...

0 Likes
Solved
replied 9 years ago

How to create link with blade templating

Either: <a href="{{ $link-address }}">{{ $link-text }}</a> Or, use Laravel's...

0 Likes
replied 10 years ago

Why does PhpUnit not display stack trace for application errors?

In the phpunit.xml file there are the following three lines: convertErrorsToExceptions="true&qu...

0 Likes
replied 10 years ago

Cannot override model factories default

@olimorris Sorry to come in again with more obvious questions but here goes: Are you using a separat...

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.

© 2026 Laravel.io - All rights reserved.