Make filament plugin
how to require filament skilaton project in a laravel project to start developing it guys π it always give this error
In PackageDiscoveryTrait.php line 332:
Could not find a version of package vendor-name/package-name matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.
Could not find a version of package vendor-name/package-name matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.
1 Reply
Change your apps minimum-stability to dev in composer.json.