I have problem in installing filament 3 in Laravel

if i install it in new Laravel project i got this error i try it with Laravel9 10 11 same problem node filament 2 working with me
No description
Solution:
solved after i remove the ; from ;extension=zip in the php.ini file
Jump to solution
7 Replies
Vp
Vp3mo ago
Post full error, it looks like you don't have some php extensions
dissto
dissto3mo ago
Perhaps enable ext-intl in your php.ini Or maybe run composer as it suggested: composer require filament/filament:"^3.2" -W --ignore-platform-req=ext-intl
anas hassan
anas hassan3mo ago
same problem with composer require filament/filament:"^3.2" -W --ignore-platform-req=ext-intl
Solution
anas hassan
anas hassan3mo ago
solved after i remove the ; from ;extension=zip in the php.ini file
carlos-hub
carlos-hub3w ago
Hi, I have the same problem. There are conflicts in my Composer dependencies, but I can't determine where the problem is. I created a project using Blade, and now I want to switch to Filament, but I can't install it. my project was in github https://github.com/Carlos-hub/happy_travel/ anyone can help me?
GitHub
GitHub - Carlos-hub/happy_travel
Contribute to Carlos-hub/happy_travel development by creating an account on GitHub.
No description
awcodes
awcodes3w ago
The later versions of filament v2 required laravel 10 iirc. I’m thinking that is what is possibly causing the conflict. If possible it might be worth it to upgrade to at least laravel 10 then just using filament v3.
Want results from more Discord servers?
Add your server
More Posts
Navigate between records on ViewActionHi, Following the doc, I'm trying to perform an action in the extraModalFooterActions, I'd like toCustom page with form and select inputI have this custom page: ``` <?php namespace App\Admin\Resources\TalentResource\Pages; use App\AdAttach file with original name to mail throws exceptionHello, I am trying for hours now to attach files to a mail, but without success. I am using the filStyling forms modal forms created with createOptionsForm()I have a modal for creating contacts, if a company does not exist, I want to be able to create on onHow to create a website and have the filamentphp as SASS product?Hi guys, I'd like to create a website with **statamic cms** (laravel) and also give access to filameUnable to set checkbox default value to trueI have this but it's unchecked: ```php Forms\Components\Checkbox::make('is_admin') ->inline(trueSection with reactive fields forces collapse after field value changes.I have a use case where I would want the heading of Section to reflect values of fields under it. ThTable with a modal action that should contain a custom table-like form, is that even possible?I have a table showing users, with an Action that opens a modal. I want the modal to contain a list Admin PanelIf the Admin is logged in currently in a session and the super admin Deactivates the admin's accountIs it possible for filament that I will show all the data in different panel? my foreign key is id.The Accruals table will also be shown in Draft Bill table , the foreign id is the reference number.