Support the ongoing development of Laravel.io →

536 Threads

How to Debug Laravel - (Windows platform)

Hellow all. I wrote a tutorial on how to debug PHP using CodeLobster free IDE. I used Laravel projec...

0 Likes
0 Replies
posted 10 years ago

Codeception, Laravel and Exceptions

I guys, I have a question about how Codeception handles errors thrown in functional tests. I’m tryin...

0 Likes
4 Replies
posted 9 years ago

PHPUnit in PHPStorm doesn't autload workbench packages

Hi, In PHPStorm, I have as 'PHPUnit Library' the 'custom autoloader', which is 'vendor\autoload.php'...

0 Likes
0 Replies

PHPspec Call to a member function

Here is the code being tested public function forgot($email) { try {...

0 Likes
0 Replies

Laravel Not Working On Godaddy

Hi I am a student studying webdesign at the first year of my diploma and I am currently try to make...

0 Likes
1 Replies
posted 9 years ago

Call to a member function make() on a non-object

When I run phpunit: PHP Fatal error: Call to a member function make() on a non-object in vendor/lar...

0 Likes
0 Replies

Uploading files with ajax dropzoe on nginx server with Laravel

Hi guys; I am pretty new to this I was wondering if this is the right way of doing it. Any tips woul...

0 Likes
1 Replies

Unit testing workbench routes

Hello, I'm quite new at testing, and I am struggling to test my workbench packages routes. The issue...

0 Likes
0 Replies

Unit Testing in laravel

I am a beginner and I want to write nice test case for my api server and need to do unit testing so...

0 Likes
1 Replies

artisan serve very slowly serving static content

On win7 64bit xampp when I use php artisan serve static files from public folder are served in 1 sec...

0 Likes
2 Replies

Is larval appropriate for long term development of business application

new to laravel and use of php frameworks. was wondering if laravel is appropriate for use in develop...

0 Likes
4 Replies

Laravel testing on local environment

When I run my tests I notice Laravel cascades the production configuration with the testing configur...

0 Likes
4 Replies
posted 9 years ago

Testing filters assignment

As mentioned here filters are disabled while testing controllers. So as taylor said, I've made class...

0 Likes
1 Replies
posted 9 years ago

Error: token_get_all()

Hi, I'm really new in Laravel. I'm follow a example in CRUD pero I have this error: Call to undefine...

0 Likes
2 Replies
posted 9 years ago

catching exception from the filter during testing

Hi, Here is my filter: Route::filter('app.auth', function() { $app_token = Input::get('...

0 Likes
0 Replies

Memory on the server using laravel

Hi all. I have used Laravel 4.2 for some of their projects. However, most of the projects I use Debu...

0 Likes
0 Replies

sending HTTP headers as part of request

Hi, I am writing a PHPUnit test that checks if a userId exists in the header and asserts accordingly...

0 Likes
0 Replies
posted 9 years ago

How do I flush, migrate and seed DB before testing ?

Hi, I'm trying to improve my code quality with a testing environment. I have a rest API that I would...

0 Likes
2 Replies
posted 9 years ago

Where to file feature requests?

Hi, where can i file feature request for future Laravel versions? Github? Thanks Sharping

0 Likes
1 Replies

Fatal error: Class 'Whoops\TestCase' not found in laravel Phpstorm

i m facing this error in PhpStorm while debug project Fatal error: Class 'Whoops\TestCase' not found...

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