Open faizananwerali opened 1 year ago
Sorry for the delay.
You can use the composer command normally. We released a 1.0.0 version.
use composer require fastofi-corp/filament-printables
not
composer require fastoficorp/filament-printables
@alvleont kindly update README appropriately
What happened?
Filament: v2.17.49
I tried to install this package into my Laravel filament app but can't install it, I got an error, maybe PHP or Laravel or composer version error.
I had to install it this way
composer require fastofi-corp/filament-printables:dev-main
. I think this can be resolved in two ways, first, change the Readme docs so everyone installs this version or allow to install the latest version by default using composer.How to reproduce the bug
Run
composer require fastofi-corp/filament-printables
command with the version od PHP, Laravel and Filament version I've installed.Package Version
latest
PHP Version
8.1.18
Laravel Version
10.14.0
Which operating systems does with happen with?
macOS
Notes
No response