dcasia / column-toggler

A Laravel Nova package that allows you to hide/show columns in the index view.
MIT License
40 stars 5 forks source link

Laravel 11 with php 8.2 compatbility #27

Closed hybrid1969 closed 1 month ago

hybrid1969 commented 1 month ago

Hi

I this compatable wit php8.2 and Laravel 11 as having same issue as #19, everything checks out other than it just isnt appearing on the page.

my Composer.json if this gives any clues about possible incompatability- { "name": "laravel/laravel", "type": "project", "description": "The Laravel Framework.", "keywords": [ "framework", "laravel" ], "license": "MIT", "require": { "php": "^8.2", "datomatic/nova-detached-actions": "^2.1", "datomatic/nova-markdown-tui": "^1.2", "devloops/phone-number": "^1.0", "digital-creative/column-toggler": "^0.2.3", "digital-creative/resource-navigation-tab": "^2.1.5", "formfeed-uk/nova-breadcrumbs": "^3.1", "guzzlehttp/guzzle": "^7.2", "laravel/cashier": "^15.0", "laravel/framework": "^11.0", "laravel/horizon": "^5.27", "laravel/nova": "4.34.3", "laravel/tinker": "^2.8", "league/flysystem-aws-s3-v3": "^3.0", "livewire/livewire": "^3.0", "maatwebsite/laravel-nova-excel": "^1.3", "magdicom/nova-visible-password": "^1.0", "michielfb/laravel-nova-time-field": "^2.0", "norman-huth/nova-menu": "^1.7", "norman-huth/nova-watch-card": "^1.0", "oriondevelops/nova-greeter": "^0.0.2", "rpj/daterangepicker": "^0.0.8", "spatie/holidays": "^1.13", "spatie/laravel-permission": "^6.9", "stancl/tenancy": "^3.7", "timothyasp/nova-badge-field": "^2.0", "timothyasp/nova-color-field": "^2.0" }, "require-dev": { "fakerphp/faker": "^1.9.1", "laravel/telescope": "^5.2", "mockery/mockery": "^1.4.4", "nunomaduro/collision": "^8.1", "phpunit/phpunit": "^10.0", "spatie/laravel-ignition": "^2.0" }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true }, "extra": { "laravel": { "dont-discover": [] } }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" }, "files": [ "app/helpers.php" ] }, "repositories": [ { "type": "composer", "url": "https://nova.laravel.com" } ], "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "minimum-stability": "stable", "prefer-stable": true, "scripts": { "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate --ansi" ], "post-update-cmd": [ "@php artisan vendor:publish --tag=laravel-assets --ansi --force" ] } }

hybrid1969 commented 1 month ago

sorry just seen this #11 which was the answer