Support the ongoing development of Laravel.io →

637 Threads

Pubblications Laravel site

I'm trying to publish a site made with Laravel, but I have some difficulty understanding how to go a...

0 Likes
3 Replies
posted 9 years ago

XDebug breakpoints don't work in namespaced controller

I ran into this problem yesterday evening and it took a good night's rest to figure out the silly is...

0 Likes
0 Replies

Deploy Laravel application in Windows server hosting

Hy !! any one please can help me i have this error after upload my application in a Windows server h...

0 Likes
1 Replies
posted 9 years ago

codeception and laravel

Hello, I have 2 questions. Is there a sort of tutorial how to use this on L4 ? Does someone has...

0 Likes
1 Replies

Cant write Image to path

$image=Input::file('imageOne'); $filename = time() . '.' . $image->getClientOriginalExtension();...

0 Likes
3 Replies

Routing (:any)

Hi guys! I currently have a problem where I get stuck. I want to when you call example.com/xxx.jpg,...

0 Likes
1 Replies
Solved

Laravel 5: Contracts and separation of concerns .

Im really struggling to understand the whole concept of Contracts in Laravel 5. Interfaces I underst...

0 Likes
4 Replies
Solved

Filters not working in TestCases

I'm experiencing strange behaviour with Filters and TestCases. It seems like filters are only being...

0 Likes
1 Replies

Create 0Auth FB Session, but how?

Hi guys! Since I started today with only Laravel, I'm really come quite far! Have somehow fallen in...

0 Likes
0 Replies

Wanted: QA Engineer for Writing Integration tests using CodeCeption or Behat & Jenkins

Eight Stages Inc. is looking for a talented QA Engineer to write integration tests for our new socia...

0 Likes
0 Replies
posted 9 years ago

Laravel with ioncube

Hi guys, I tried to encode laravel (app folder) by ioncube but it dosen't work fine. some codes dosn...

0 Likes
1 Replies
posted 9 years ago

Got an error while testing in Laravel 5

Hello. This is the first time I tried to write a test, so I started by simple example: http://larave...

0 Likes
0 Replies

laravel unit testing fails on multipile methods

this is my simple tests, with nothing on it: <?php class BooTest extends TestCase { /** @tes...

0 Likes
1 Replies

How can i solve this Issue

call_user_func_array() expects parameter 1 to be a valid callback, no array or string given

0 Likes
0 Replies

Is there an "insertSetTimestamps" Method to update timestamps in Seeder

I have a lot of tables that use the $table->timestamps(); in the migration. When I build my seede...

0 Likes
3 Replies

Class 'Artisan' not found

Hello, I am currently following this Laracast: https://laracasts.com/lessons/test-databases-in-memor...

0 Likes
3 Replies
posted 9 years ago

Mockery not being able to count method calls on a Facade

There's a problem with a simple test which is not passing at all. I have an action within the contro...

0 Likes
0 Replies
posted 9 years ago

Error codeception requires CURL extension installed.

Ok I'm using laravel 5 going through the tutorial series on Larabook and I'm stuck at trying to use...

0 Likes
8 Replies

Laravel "syntax" tester

Hi everyone, I just want to say if there would be an app for testing your laravel syntax; for exampl...

0 Likes
0 Replies

Why does $this->be() keep blowing up?

Try as I might, I can't seem to get $this->be($foo), trying to set the currently logged-in user,...

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.