syntaxerrors/Steam

New in Laravel: How i can implement this?

Closed this issue · 4 comments

Hello,

i have do all, what u say in the Documentation. Now i will use it in my Controller and become this error:

(1/1) FatalThrowableErrorClass 'App\Http\Controllers\Steam' not found

 
I try:
use Syntax\SteamApi\SteamApiServiceProvider;

But that dont works? What must i do?

Import the facade, not the service provider.

what i must write in the controller? use Steam;?

Honestly, I feel like you need to spend a little more time learning laravel. You need to know the basics before just jumping in. The documentation at laravel.com/docs is amazing.

Thank you :-)