{"id":22238846,"url":"https://github.com/tomatophp/filament-splade","last_synced_at":"2025-07-27T23:31:38.024Z","repository":{"id":232145171,"uuid":"783584972","full_name":"tomatophp/filament-splade","owner":"tomatophp","description":"Integration of Splade Vue Components for Filament","archived":false,"fork":false,"pushed_at":"2024-06-12T07:47:37.000Z","size":1859,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-14T02:42:25.555Z","etag":null,"topics":["filamentphp","filamentphp-plugin","integration","splade","vuejs"],"latest_commit_sha":null,"homepage":"https://filamentphp.com/plugins/3x1io-tomato-splade","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomatophp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["3x1io"]}},"created_at":"2024-04-08T07:21:01.000Z","updated_at":"2024-09-18T12:13:27.000Z","dependencies_parsed_at":"2024-06-14T20:31:27.062Z","dependency_job_id":null,"html_url":"https://github.com/tomatophp/filament-splade","commit_stats":null,"previous_names":["tomatophp/filament-splade"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomatophp%2Ffilament-splade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomatophp%2Ffilament-splade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomatophp%2Ffilament-splade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomatophp%2Ffilament-splade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomatophp","download_url":"https://codeload.github.com/tomatophp/filament-splade/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227843529,"owners_count":17827988,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["filamentphp","filamentphp-plugin","integration","splade","vuejs"],"created_at":"2024-12-03T03:17:19.551Z","updated_at":"2024-12-03T03:17:35.638Z","avatar_url":"https://github.com/tomatophp.png","language":"PHP","funding_links":["https://github.com/sponsors/3x1io"],"categories":[],"sub_categories":[],"readme":"![Screenshot](https://raw.githubusercontent.com/tomatophp/filament-splade/master/arts/3x1io-tomato-splade.jpg)\n\n# Filament Splade Integration\n\n[![Latest Stable Version](https://poser.pugx.org/tomatophp/filament-splade/version.svg)](https://packagist.org/packages/tomatophp/filament-splade)\n[![PHP Version Require](http://poser.pugx.org/tomatophp/filament-splade/require/php)](https://packagist.org/packages/tomatophp/filament-splade)\n[![License](https://poser.pugx.org/tomatophp/filament-splade/license.svg)](https://packagist.org/packages/tomatophp/filament-splade)\n[![Downloads](https://poser.pugx.org/tomatophp/filament-splade/d/total.svg)](https://packagist.org/packages/tomatophp/filament-splade)\n\nIntegration of [Splade](https://splade.dev/) Vue Components for Filament\n\n**NOTE:**\nthis project still out of filament style, and we are working to move style to filament for all component and merge the component to the Form/Table Components.\n\n## Screenshots\n\n![Screenshot](https://raw.githubusercontent.com/tomatophp/filament-splade/master/arts/form.png)\n![Screenshot](https://raw.githubusercontent.com/tomatophp/filament-splade/master/arts/modal.png)\n![Screenshot](https://raw.githubusercontent.com/tomatophp/filament-splade/master/arts/slideover.png)\n![Screenshot](https://raw.githubusercontent.com/tomatophp/filament-splade/master/arts/table.png)\n\n## Installation\n\n```bash\ncomposer require tomatophp/filament-splade\n```\n\nafter install your package please run this command\n\n```bash\nphp artisan filament-splade:install\n```\n\nnow you need to build your js assets\n\n```bash\nyarn\nyarn build\n```\n\n## Usage\n\nto make any page or resource interact with splade you just need to use this trait\n\n```php\nuse TomatoPHP\\FilamentSplade\\Traits\\InteractsWithSplade;\n```\n\nnow you can use any splade component inside your resource.\n\nif you like to use splade everywhere reigster the plugin on `/app/Providers/Filament/AdminPanelProvider.php`\n\n```php\n-\u003eplugin(\\TomatoPHP\\FilamentSplade\\FilamentSpladePlugin::make())\n```\n\nand make sure that you are `global_allow =\u003e true` on the config file.\n\n## Register Splade Exceptions\n\non your `boostrap/app.php` file add this line\n\n```php\n-\u003ewithExceptions(function (Exceptions $exceptions) {\n    $exceptions-\u003erenderable(function (\\Illuminate\\Foundation\\Exceptions\\Handler $e) {\n        return \\ProtoneMedia\\Splade\\SpladeCore::exceptionHandler($e);\n    });\n})\n```\n\n## Publish Assets\n\nyou can publish config file by use this command\n\n```bash\nphp artisan vendor:publish --tag=\"filament-splade-config\"\n```\n\n## Support\n\nyou can join our discord server to get support [TomatoPHP](https://discord.gg/Xqmt35Uh)\n\n## Docs\n\nyou can check docs of this package on [Docs](https://docs.tomatophp.com/filament/filament-splade)\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Security\n\nPlease see [SECURITY](SECURITY.md) for more information about security.\n\n## Credits\n\n- [Fady Mondy](https://wa.me/+201207860084)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomatophp%2Ffilament-splade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomatophp%2Ffilament-splade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomatophp%2Ffilament-splade/lists"}