ingeday
How to upgrading filament to minor versions
I am here again...
I've been working on it all day. I realized that the code of the project works correctly when it's hosted, but it doesn't work on my computer, neither when using php artisan serve nor Apache.
For now, my conclusion is that something on my system is affecting my project with Filament. It might be Composer, Node, or the PHP module or something else.
The only thing I did yesterday was set up a self-hosted action runner on GitHub to work with the project.
Everything is a little strange, but for now, I've discarded the idea that it was due to the updating process.
Thanks a lot.
19 replies
How to upgrading filament to minor versions
Hello.
I have done that right now.
I installed a clean project Laravel, then installed filament and the panels just following this link https://filamentphp.com/docs/3.x/panels/installation
Later, I copied theese files: migrations/..., seeds/... and factories/.. and run
php artisan migrate --seed
and the project worked.
Later I copied a resources (User Resources)
- UserResource.php
- UserResource/CreateUser.php
- UserResource/EditUser.php
- UserResource/ListUsers.php
And I have something like the video I've attached.19 replies
Server Crashes After Resource Update/Edit
I have a similar scenario. My development server "php artisan serve" or even apache got crashed.
I looks like a incompatibility with livewire. Just checking it out I see this:
I use
The first times ALL is OK, then when It got crashed, an error is related with
Do you know any way to check the livewire installation in filament ?
livewire
I comment that and works again.Do you know any way to check the livewire installation in filament ?
6 replies