Support the ongoing development of Laravel.io →

nateritter

Joined 24 Jul 2014

Statistics

Threads 3
Replies 6
Solutions 1
Articles 0
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

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

Theory Q: How to use MVC patterns when accessing resources many different ways

Theoretical question: Let's say I have one model method (“User.store” let’s say), but lots of differ...

0 Likes
2 Replies
Solved
replied 8 years ago

5.1 Integration Testing: Typing In an Input With an Array Name

Running into this same issue. Ever find a solution?

0 Likes
replied 8 years ago

How to Test with Repository Pattern and Mocks

Ok, solved it finally. PeopleController.php <?php namespace App\Http\Controllers; use Auth; use...

0 Likes
Solved
replied 9 years ago

Testing artisan commands

Sweet. A year later I found this and it really helped me. Thanks @Kryten0807.

0 Likes
replied 9 years ago

Redirect Loops when viewing directories

RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)/$ /$1 [L,R=301] # Handle Front Co...

0 Likes

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.