Support the ongoing development of Laravel.io →

tpavlek

Joined 12 Sep 2014

Statistics

Threads 1
Replies 6
Solutions 1
Articles 0
posted 9 years ago

IoC not using my mocks in test cases

I'm having some issues with testing. I have the testLoginStart method in the unit test here: https:/...

0 Likes
1 Replies
Solved
replied 9 years ago

Where to store API token when requesting data

Wherever the API specifies you should. If it's OAuth2, it should support either in the Authorization...

0 Likes
replied 9 years ago

Form::number() in the docs but doesn't exist?

Yeah, I noticed that several months ago too. You can still do it with Form::input('number', ...) but...

0 Likes
replied 9 years ago

404 error handling

Check if App::missing() is defined in that file (or anywhere else). It's a 404-specific error handli...

0 Likes
replied 9 years ago

use connected database tables efficiently

The area in the documentation you're looking for is Eager Loading. Essentially, you can have relatio...

0 Likes
replied 9 years ago

[non laravel] Alternative way to call php

The reason you've heard about this in the past couple days is because there's actually an RFC to rem...

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.