Support the ongoing development of Laravel.io →

101 Threads

Java not supported in Chrome and Edge. How do we develop for the future?

I was busy doing code to populate a second drop down with java and i realized that i may just be was...

0 Likes
3 Replies
Solved

How to test file upload?

I have tried various combination to imitate a file upload without much luck.. My last attempt consis...

0 Likes
1 Replies
Solved

Laravel schema unit test doesn't work.

I try to mock this: \Schema::drop('tableName') in my unit test like this: \Schema::shouldReceive('dr...

0 Likes
2 Replies
Solved
posted 8 years ago

How can i use function parameter in mockery?

http://laravel.io/bin/DeNJx#9

0 Likes
1 Replies
Solved
posted 8 years ago

How to Test with Repository Pattern and Mocks

I've used the Repository Pattern a few times now, but recently started trying to get better with my...

0 Likes
1 Replies
Solved

Connect to remote mysql database while working locally

I'm trying to set up my local environment with MAMP. However, I want my database to point to my RDS...

0 Likes
5 Replies
Solved
posted 8 years ago

Testing Laravel Event Listener

Hi, everyone! Have the following issue for more a while now and can't find an answer - I'm trying t...

0 Likes
1 Replies
Solved
posted 8 years ago

Mock Carbon with laravel

Hi, i have been try to mock the Carbon object end something like shoudRecive now method, but i have...

0 Likes
2 Replies
Solved

Session not functionning

this is my loginAction that built session <?php namespace App\Http\Controllers; use Illuminate\H...

0 Likes
4 Replies
Solved

Laravel password hashes through native php

My code is like this : <?php echo Hash::make('12345'); ?> error : Fatal error: Class 'Hash' no...

0 Likes
5 Replies
Solved

Symfony 2 or Laravel?

I would like to learn new php framework. but i have doubt which should i learn? Symfony 2 or Laravel...

0 Likes
8 Replies
Solved

Configure Laravel project on a DSO handler server

Hi everyone, I have a Laravel 5.0 project that I want to test on servers that supports different php...

0 Likes
1 Replies
Solved

Jenkins CI - Abysmal Code Coverage

Hi everyone, Just getting through setting up Jenkins to successfully run the PHP QA Toolchain (http:...

0 Likes
3 Replies
Solved

Moving Between Servers

Hello there! I have a Laravel 5.1 site that works well on my localhost. I then tarball the files, an...

0 Likes
13 Replies
Solved

Try Catch Guzzle

I am having issues with try catching a guzzle request. I know the auth will fail but I am trying to...

0 Likes
1 Replies
Solved

phpunit is not working on localhost

I have laravel 5.1 with phpunit in require dev, but it is not working. And I checked that I actually...

0 Likes
1 Replies
Solved

Problem with Elixir

Hi everyone. I am new in Laravel 5 here. I faced some difficulty to compile SASS file by using Gulp....

0 Likes
5 Replies
Solved

Problem with PUT request

Hello everyone, I am actually writting a API with Laravel on WAMP server, I am want to validate the...

0 Likes
2 Replies
Solved
posted 9 years ago

Could not load 'guard/phpunit'

I am following along with Jeffery Way's book Laravel Testing Decoded. In chapter 4 he outlines insta...

0 Likes
3 Replies
Solved

Laravel 5.1 Mailer marked @internal

Hi getting a 'marked @internal' in PHPStorm. I can't fix the code to make the message disappear. I'a...

0 Likes
1 Replies
Solved

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.