Support the ongoing development of Laravel.io →

637 Threads

Testing controller, using Auth::User in blade

Hi! I'm fairly new to Laravel. We have a basic application running, and currently I'm trying to writ...

0 Likes
1 Replies

Laravel 4.2, Redis session for multiple domains @ localhost

Hi Laravel community! I've already configured the project to be able to use the same login session o...

0 Likes
0 Replies

DATE-TIME-CARBON

How to get difference between $timeNow and $timeFuture with Laravel and display in format "H:i:...

0 Likes
0 Replies

Laravel 5 Installation tutorial? (Windows 8)

Hi guys, Can you show me a good Laravel 5 Installation tutorial for windows 8 ? Because currently wh...

0 Likes
3 Replies

Who is calling beginDatabaseTransaction() method on DatabaseTransactions trait (Laravel 5.1)

Hi, I'm using DatabaseTransactions trait to have transactions on tests. I have custom connections on...

0 Likes
1 Replies
Solved

Tip for anyone with problems with sessions not persisting

I spent 2 days trying to debug why my application wasn't persisting sessions properly only to eventu...

0 Likes
1 Replies

Custom Auth with Laravel 5.1

Greetings everyone, I have a problem when I make my custom Auth Controller in L5.1 my code is: Custo...

0 Likes
3 Replies
Solved

Lumen + sqlite Migration Syntax Error

While trying to setup Lumen using a sqlite database (specifically for testing), I noticed a syntax e...

0 Likes
0 Replies
posted 9 years ago

Testing: Type in field without name

I'm trying to test a payment form with fields without a name tag like this: <form action="/w...

0 Likes
0 Replies

Stuck on Laravel 5 Beauty css is crashing

I am following a tutorial for Laravel 5 beauty and in the last tutorial titled "Cleaning up the...

0 Likes
7 Replies

created graph multi series in laravel

how do i created graph multi series in laravel? this is my code, please tell me if i have error.. &l...

0 Likes
0 Replies
posted 9 years ago

Send Error messages in Laravel 5 to Email

I am trying to send Error Log messages with proper design to my mail when ever an error is occurred...

0 Likes
0 Replies

Invalid class Illuminate\Foundation\Testing\WithoutMiddleware

I'm trying write test method that use WithoutMiddleware class but this class don't valid under Illu...

0 Likes
1 Replies
Solved

phpUnit testing forgotten password

ok so I am trying to test the /password/email (which comes as part of laravel 5). my php unit test i...

0 Likes
0 Replies

WSOD for Laravel and Wamp on Windows 7

Hi, i am currently still a begineer on laravel and wamp. when the user first enter my website i will...

0 Likes
2 Replies

PHPunit: Form Ancestor Not Found

I have a simple form: <!--NEW FORM--> <form method="POST" action="http...

0 Likes
0 Replies
posted 9 years ago

Unable to mock Config::get('my_config_param');

Unable to successfully mock Config::shouldReceive('get')->with('my_testing_param_here'); because...

0 Likes
0 Replies

Target [Illuminate\Contracts\Console\Kernel] is not instantiable.

Synopsis I have a problem where by when I try to call migrate:reset within a test tearDown method I...

0 Likes
1 Replies
Solved
posted 9 years ago

laravel 4 make testing environment use .env.php unsted of .env.testing.php

im writing test for a laravel project. so in this project there is a .env.php when i lunch tests it...

0 Likes
0 Replies

Seeding Sqlite database fails while MySQL works fine

Hey guys, I want to seed a Sqlite memory DB for testing purposes. The seeds work fine for my develop...

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