Support the ongoing development of Laravel.io →

MetalMatze

Joined 9 Dec 2013

Statistics

Threads 2
Replies 6
Solutions 3
Articles 0

Running laravel & CodeCeption acceptance tests on travis-ci

Hey, has anyone tried to run codeception acceptance tests with laravel on travis-ci? I'm stuck at th...

0 Likes
2 Replies
Solved

Missing argument 1 for Illuminate\Support\Manager::createDriver()

Hey devs! Lately I'm getting this exception: http://laravel.io/bin/aGBN I can't really figure out th...

0 Likes
3 Replies
Solved
replied 9 years ago

Running laravel & CodeCeption acceptance tests on travis-ci

Hey, solved it myself. Somehow on travis --env=travis on artisan serve has no affect. Adding 'testin...

0 Likes
Solved
replied 9 years ago

Does Laravel template support including other htm files?

You can include other templates with the blade syntax. http://laravel.com/docs/templates#other-blade...

0 Likes
replied 9 years ago

Is this good to put in the constructor of the BaseController?

Just found this http://www.laravel-tricks.com/tricks/adding-csrf-filter-to-all-route

0 Likes
Solved
replied 9 years ago

Is this good to put in the constructor of the BaseController?

I've done that, but with patch and delete aswell. $this->beforeFilter('csrf', array('on' => ar...

0 Likes
replied 10 years ago

Missing argument 1 for Illuminate\Support\Manager::createDriver()

In app/tests/TestCase.php $testEnvironment was set to a wrong environment which caused this error.

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.