Support the ongoing development of Laravel.io →

536 Threads

Can't Use Laravel TestCase methods

Link to GIF Hello everybody, Please check the gif image above - describes the issue easily. Ok I've...

0 Likes
0 Replies
posted 7 years ago

Debug laravel project with clockwork

Clockwork is the best package that i found to use during the development phase to make the developme...

0 Likes
0 Replies

Extending a vendor model

Hello, This is my first attempt at writing a server provider. Any help would be deeply appreciated....

0 Likes
2 Replies

Laravel HTTP Testing with HTTP Basic Auth

Hey Guys, I would like to create an HTTP test for Laravel 5.4 and i protect my page via HTTP Basic A...

0 Likes
0 Replies

Issue with limits in eager loading relationships

Take the example Videos->comments Videos::with([comments => function ($q) { $q->take(1)...

0 Likes
0 Replies

Laravel 5.3 on Heroku

i've been trying to deploy my recently almost completed app on heroku to try to test it remotely. th...

0 Likes
2 Replies
posted 7 years ago

PhpUnit testing, how to check a checkbox if there are multiple checkboxes with same name in a form.

I am testing a form. In the form, there are some checkboxes which are with the same name as there ar...

0 Likes
1 Replies
posted 7 years ago

Issue with Mockery when injecting multiple mocked objects into controller

I'm using Mockery in my Laravel based PHP project to help test a Laravel MVC controller. Below is th...

0 Likes
0 Replies
posted 7 years ago

PHPUnit memory usage due to large routes.php file

I have a Laravel project with 1000+ tests. What I noticed is that the larger my routes.php file gets...

0 Likes
6 Replies
posted 7 years ago

Testing Thread

This sentence is the first paragraph..

0 Likes
1 Replies
posted 9 years ago

How to mock the get method for Storage?

This is my controller: $file = Storage::get('app.apk'); $ret = new Response ($file, 200); $ret->h...

0 Likes
5 Replies

php artisan serve not working

When I type in php artisan serve --host test.com I got this error [Wed Jan 14 12:54:12 2015] Failed...

0 Likes
2 Replies

Way to "collapse" migrations?

Hello, I'm using SQLite to run unit tests on Jenkins and am unable to use the 5.2 migrations to crea...

0 Likes
1 Replies
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 9 years ago

UnitTesting and the CSRF Token Mismatch Problem

Hey peoples, Just today I started looking at how to UnitTest some of my code in Laravel. In general,...

0 Likes
4 Replies
posted 7 years ago

Auto add tags in thread

Hi Friends, I don't know this is the right place to add this kind of question/suggestion about larav...

0 Likes
0 Replies

disable default security features

Hi I want use laravel for creating a vulnerable web application portal to teach web attack to our st...

0 Likes
1 Replies

Continuous Integration Vendor Problems

Hello, So I have a Laravel project hosted in source control. Continuous integration is running for P...

0 Likes
2 Replies

Problem rollover on iphone with IOS 8.0

Hello, kindly I can help to understand why the rollover of the mobile is fine with all devices excep...

0 Likes
1 Replies

How to define factories outside ModelFactory.php?

Hi, I'm currently splitting a larger app into smaller modules and would like to split the defined fa...

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

© 2024 Laravel.io - All rights reserved.