iAmDanielIkeda
iAmDanielIkeda
After this [issue ](https://github.com/Gustavinho/laravel-views/issues/160) I have another issue about links to files. `UI::icon` was not working properly, I noticed in the browser inspector that the html was rendered but the...
Hello, I try copy files with the `php artisan vendor:publish --tag=views --provider='LaravelViews\LaravelViewsServiceProvider'` but this emit an error: ` No publishable resources for tag [views].`. I publisheb by `php artisan vendor:publish`...
A Link to the documentation is broken: Please visit our [Get Started](https://wireui.dev/docs/get-started) page for requirements and a step-by-step installation guide. Currectly: Please visit our [Get Started](https://v1.wireui.dev/docs/get-started) page for requirements and...
Hello, i find this code on Services/Client: http_attach function: `if (isset($params['image'])) { $file = fopen($params['image'], 'r'); $filename = 'image'; }` but it only works one file at a time, but...