FilamentF
Filament15mo ago
sohail

Fork the repo but when i installed filament from my forked repo i get a Error

Issue
https://github.com/filamentphp/filament/issues/14394


Fix Pull Request
https://github.com/filamentphp/filament/compare/3.x...sohailahmad07:filament:add_disable_grammarly

Hi to fix the above simple issue i fork the repo and fix it but before i make a pull request i want to test it locally so i installed a fresh laravel project and in my composer.json i add

  "require-dev": {
        "filament/filament": "dev-add_disable_grammarly",
}
 "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/sohailahmad07/filament"
        }
    ]


but when run composer install i get the error

Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
Script Illuminate\Foundation\ComposerScripts::postAutoloadDump handling the post-autoload-dump event terminated with an exception

In autoload_real.php line 41:
                                                                                                                                                                     
  require(/mnt/DevOps/devops/Open-Source/Testing-Filament/vendor/composer/../filament/filament/tests/helpers.php): Failed to open stream: No such file or directory  
                                                                                                                                                                     
install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--download-only] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-progress] [--no-install] [--audit] [--audit-format AUDIT-FORMAT] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] ...


and i a positive i did not create this issue so i create a new branch for 3.x (default) and with out any change i push that branch and when i tried to installed form that brand i get the same error
GitHub
Package filament/filament Package Version 3.2.115 Laravel Version 11.25.0 Livewire Version 3.5.6 PHP Version 8.3 Problem description Hi when you open a rich editor in a slide-over you can not add a...
GitHub
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - Comparing filamentphp:3.x...sohailahmad07:ad...
Was this page helpful?