jeph
two columns from a single database column
Hello everyone!
Before in v2, I can create two columns from a single database column. But now in v3, when I create a second column from the same database column, the first column will be replaced by the 2nd column. Is there a way to make two columns out of the same database column now in v3?
Sample code:
6 replies
Deploy error on cpanel
I am rebuilding my app using filament v3. Everything works in v2. Now in v3 it wont work anymore. I'm just getting server error 500. To deploy it in cpanel, I just ran npm run build and then uploaded project folder in cpanel, connecting public index.php to /storage/framework/maintenance.php and bootstrap/app.php and connecting .env file to mysql.
Am I missing something? or is there any other way of deploying it using cpanel? I did not upgrade filament. I rebuild it using a fresh filament v3, livewire 3, laravel 10, php 8.2. also already upgraded php 8.2 in cpanel.
21 replies