Symfony UX LiveComponent file upload works only on first request
I’m having trouble with file uploads in Symfony UX LiveComponent. I’m using Symfony 7.2, Symfony UX 2.x, and PHP 8.2. Th...
Latest news, tutorials, and updates from the PHP community
6997 articles available
I’m having trouble with file uploads in Symfony UX LiveComponent. I’m using Symfony 7.2, Symfony UX 2.x, and PHP 8.2. Th...
I'm refactoring old symfony 3 and doctrine 1.3 project; I have 2 classes in same table: Journal and Conference mapped by...
Am Running tenant new migrations (orders/order_items) that live in database/migrations/tenant across multiple tenants. E...
I am running tenant new migration (orders_table migration) that live in `database/migrations/tenant/` . Each tenant has ...
Since PHP's file system functions like `rename()`, `copy()` & ... are not transactional, there's no built-in rollback me...
I have a need for end to end testing, when i launch a test that imply to open a page, the same problem come back each ti...
Issue: When I navigate to another page, the redirection is delayed until all image requests on the current page are full...
I’m trying to run Metabase in Docker on a GCP VM that already hosts a Laravel application served by Apache. I want: Lara...
I have received this error code: Fatal error: Declaration of DatabaseConnection::query($query, array $args = [], $option...
I am not sure if this is a possible method, so I am looking for advice. I would like to create a journal where a user ad...
What I want to set up in `.\routes\web.php` is something like [Code Block] So, if user goes to `www.sitename.com/`, the ...
I made a form in Laravel and added validation rules in the `store()` method. The validation works because when I submit ...
Showing 925 to 936 of 6997 articles