Daniele Caluri

Results 8 comments of Daniele Caluri

https://stackoverflow.com/questions/40892462/whats-the-point-of-running-laravel-with-the-command-php-artisan-serve

``` Using version ^1.2 for toolkito/larasap ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set...

Thank you very much @dijux , this works! wanted to report these errors: ``` Deprecation Notice: Class Toolkito\Larasap\Twitter\Twitter_OAuthException located in C:/xampp/htdocs/project-lv/vendor/toolkito/larasap/src\Twitter\OAuth.php does not comply with psr-4 autoloading standard. It will...

Add this code to your view ``` @if(count($errors->all()) > 0) Attenzione! @foreach($errors->all() as $error) {{ $error }} @endforeach @endif ```

> In case you have multiple pages or resources under the default 'Settings' group and wish to modify the sorting order of these pages, the first step would be to...

>This line of code is looking for games with the name "Red Dead Redemption" for this current user. It will return all games found, But what if I want to...

>Regarding $trophy->type(), I don't know from your code if you're inside $user->trophyTitles()->trophyGroups()->trophies() or $client->trophies()->trophyGroups()->trophies(). Please remember that trophy-data you get is different from which one you're calling from. ok it...

>I haven't used it myself though and don't know much about it. Don't know if it can return an answer about games that the user doesn't have. In my case,...