Support the ongoing development of Laravel.io →

636 Threads

[announcement] Laravel Sketchpad

Hey all, About a year ago, I posted about a package I was working on called Sketchpad, which I'm ple...

0 Likes
0 Replies

Pusher/Laravel Error

My console is throwing the following error: Pusher : No callbacks on private-App.user.1 for pusher:s...

0 Likes
0 Replies

Need Help About Laravel API !!!

Hello, I have two web Application that's work in different domaine , The first one is a Laravel web...

0 Likes
0 Replies

PHPUnit test with XAMPP localhost instead of laravel artisan serve

I have unit tests (not dusk browser test) setup on laravel 5.4, I have configured the baseUrl in php...

0 Likes
0 Replies

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 8 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

Running Unit Test

I'm trying to run phpunit on a Homestead VM (Vagrant) and getting the following error: http://larave...

0 Likes
2 Replies
Solved
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

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.