romanzipp / Laravel-Twitch

Twitch Helix API PHP Wrapper for Laravel
https://packagist.org/packages/romanzipp/laravel-twitch
MIT License
108 stars 18 forks source link

How to setup #155

Closed AboutSelphy closed 8 months ago

AboutSelphy commented 8 months ago

Hallo i have a question how to set this up :)

im a little bit new to the backend part and for a future project i learn laraval and vue,

to understand it right;

  1. composer laraval
  2. composer twitchapi(this git)
  3. setup env (the helix keys etc are from the console "application"?)

now it starts to beak for me. the next step would be composer docs and test right? but well: image

It would be awesome helping me out with this ^^

romanzipp commented 8 months ago

You don't need to run the tests & docs command. This is only for developing this package - not your consuming application.

Just follow the Installation and Configuration steps and you're ready to go.

AboutSelphy commented 8 months ago

alright thanks :) sorry if this sounds stupid, but i have to create controllers right ^^ ? (beside configuration the router etc for every "call" i need i have to create a controller)

example: Controller::User (every action like Get etc)

i hope it will not annoy you :)

romanzipp commented 8 months ago

Yes, please take a look at some tutorials or the official documentation on how to use the Laravel framework. This is only a place to discuss issues with the Laravel-Twitch package.