Error when installing filament from forked repo
Error:
18 Replies
My composer.json
This happens in a fresh laravel project, when installing filament
you're going to a repo through VCS, shouldn't the version still be "^3.0"
Shoudlnt I do it through vcs?
* is going to look for a specific branch on the repo called dev-main which probably doesn't exist
are you trying to do a PR
Yes, I am
clone the fork down to your machine
I also tried that
change the path to where every it is on your machine
But filament isnt installed, dspite getting no errors
I will show
make sure your clone is on the 3.x branch
then the "*" will work
Solution
/home/mateo/Desktop/filament/packages/*
Confirming its in vendor
oh
this is a mono repo
GitHub
GitHub - filamentphp/filament: A collection of beautiful full-stack...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - GitHub - filamentphp/filament: A collection ...
Thank you!
I read this, but I thought it was only for developing plugins, not installing filament itself