Raido

Results 5 issues of Raido

Hi, Does this package work with Laravel 5.8 ? It throws error: ``` Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_RECOVERABLE_ERROR) Argument 1 passed to OAuth\Common\Storage\SymfonySession::__construct() must be...

**Old conf:** WOOCOMMERCE_WP_HEADER_TOTAL="X-WP-Total" WOOCOMMERCE_WP_HEADER_TOTAL_PAGES="X-WP-TotalPages" **New conf:** WOOCOMMERCE_WP_HEADER_TOTAL="x-wp-total" WOOCOMMERCE_WP_HEADER_TOTAL_PAGES="x-wp-totalpages"

https://github.com/Peekmo/atom-autocomplete-php/issues/412 $function->getReturnType()->getName()

You have to make script to remove .DS_Store from directories. Here is my **Laravel command** that I included in my dev projects: **RemoveDSStore.php:** ```php

How can use it for "Model::all()" ? For example: $user = Users::get()->first()->toArray();