diff --git a/composer.json b/composer.json index 462fb43..50998a3 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,7 @@ "laravel/tinker": "^2.10.1", "livewire/livewire": "^3.4", "livewire/volt": "^1.7.0", + "openspout/openspout": "^4.0", "power-components/livewire-powergrid": "^6.3", "spatie/laravel-permission": "^6.17", "wire-elements/modal": "^2.0", diff --git a/composer.lock b/composer.lock index d5d3c9c..a062c65 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5cb061b154b96e6a66433533af5de696", + "content-hash": "357c14558fec81a259ca41d9f582db48", "packages": [ { "name": "brick/math", @@ -2656,6 +2656,99 @@ ], "time": "2024-11-21T10:39:51+00:00" }, + { + "name": "openspout/openspout", + "version": "v4.29.1", + "source": { + "type": "git", + "url": "https://github.com/openspout/openspout.git", + "reference": "ec83106bc3922fe94c9d37976ba6b7259511c4c5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/openspout/openspout/zipball/ec83106bc3922fe94c9d37976ba6b7259511c4c5", + "reference": "ec83106bc3922fe94c9d37976ba6b7259511c4c5", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-fileinfo": "*", + "ext-filter": "*", + "ext-libxml": "*", + "ext-xmlreader": "*", + "ext-zip": "*", + "php": "~8.3.0 || ~8.4.0" + }, + "require-dev": { + "ext-zlib": "*", + "friendsofphp/php-cs-fixer": "^3.71.0", + "infection/infection": "^0.29.14", + "phpbench/phpbench": "^1.4.0", + "phpstan/phpstan": "^2.1.8", + "phpstan/phpstan-phpunit": "^2.0.4", + "phpstan/phpstan-strict-rules": "^2.0.3", + "phpunit/phpunit": "^12.0.7" + }, + "suggest": { + "ext-iconv": "To handle non UTF-8 CSV files (if \"php-mbstring\" is not already installed or is too limited)", + "ext-mbstring": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.3.x-dev" + } + }, + "autoload": { + "psr-4": { + "OpenSpout\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrien Loison", + "email": "adrien@box.com" + } + ], + "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way", + "homepage": "https://github.com/openspout/openspout", + "keywords": [ + "OOXML", + "csv", + "excel", + "memory", + "odf", + "ods", + "office", + "open", + "php", + "read", + "scale", + "spreadsheet", + "stream", + "write", + "xlsx" + ], + "support": { + "issues": "https://github.com/openspout/openspout/issues", + "source": "https://github.com/openspout/openspout/tree/v4.29.1" + }, + "funding": [ + { + "url": "https://paypal.me/filippotessarotto", + "type": "custom" + }, + { + "url": "https://github.com/Slamdunk", + "type": "github" + } + ], + "time": "2025-03-11T14:40:46+00:00" + }, { "name": "phpoption/phpoption", "version": "1.9.3", diff --git a/config/wireui.php b/config/wireui.php index cbc52dd..16637a6 100644 --- a/config/wireui.php +++ b/config/wireui.php @@ -18,7 +18,7 @@ return [ | */ - 'prefix' => null, + 'prefix' => 'wireui:', /* |-------------------------------------------------------------------------- diff --git a/resources/views/livewire/layout/admin/sidebar.blade.php b/resources/views/livewire/layout/admin/sidebar.blade.php index ea2bb67..94625fe 100644 --- a/resources/views/livewire/layout/admin/sidebar.blade.php +++ b/resources/views/livewire/layout/admin/sidebar.blade.php @@ -17,7 +17,7 @@ @if (!$menu['permission'] || Auth::user()->can($menu['permission'])) - + {{ $menu['label'] }}