Facundo Zaldo

Results 7 comments of Facundo Zaldo

Thanks, that sounds like the table refresh. When I have some time, I'll test and fix it. Remember, it is still developing. When a stable version is finished, the client...

All translations are in one file per language. Located in app/json/locale/... The idea is that support both the bittorrent protocol like webtorrent.

I didn't try in windows, yet. Still is a alpha version. When I have time I'll do it supported.

Please call `composer update` and try again. Make sure you have `3.1.1`

This package is not updated from version 5.3 I'm continuing the great work of teepluss, with many improvements. You can try my version of this package: [FaCuZ/laravel-theme](https://github.com/FaCuZ/laravel-theme)

You need to add `"jeremeamia/superclosure": "^2.0"` to composer.json

To make it work you need edit the `ThemeServiceProvider.php` file inside the directory `vendor/teepluss/theme/src/` This: ~~~php $this->app['asset'] = $this->app->share(function($app) ~~~ should be: ~~~php $this->app->singleton('asset', function ($app) { ~~~ > This...