Tim Joosten

Results 57 comments of Tim Joosten

@pietercolpaert I see that Guzzle is used. But there a still `file_get_content` & `curl` attributes in the code. Maybe we can reopen it. And close it again when all the...

If i get the sys info (Raspberry A+) i can start writing on this.

``` php /** * Read pin value. * * @param int, $pinNo * @return bool|string */ public function readValuePin($pinNo) { if (!$this->isValidPin($pinNo)) { return false; } return trim(file_get_contents(GpioInterface::PATH_GPIO.$pinNo.'/value')); } ```...

have u tried running ```php artisan vendor:publish``` Normally it should set the views for the vendor directory. And from there you can edit the views.

I assign myself to it. To @pietercolpaert I got almost a pr ready for this one.

@pietercolpaert Yes slowly I will demolish grunt and replace it wilt Laravel Elixir that is based on the GulpJs systems

@xavez i'm using the default `laravel-elixir` system for this. @pietercolpaert can u describe the asset files. What is included in what asset file. Because it's a horrible experience for me...

Will do it later in the night if you don't mind

Alright. I will try to work on something for this. @pietercolpaert This also affects the TravisCI testing part on the PR's