Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Filament Cms Laravel Package

tomatophp/filament-cms

Filament CMS plugin for Laravel that adds ready-made content management tools to your Filament admin panel. Manage pages, menus, blocks, and more with a clean UI, configurable features, and extensible resources for building lightweight CMS sites fast.

View on GitHub
Deep Wiki
Context7
v4.0.0

What's Changed

All By @fadymondy

New Contributors

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.31...v4.0.0

v1.0.31

What's Changed

New Contributors

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.30...v1.0.31

v1.0.30

What's Changed

New Contributors

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.29...v1.0.30

v1.0.29
  • fix Post Event on Github integration Job

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.28...v1.0.29

v1.0.28
  • Add Bulk Categories Select to Posts

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.27...v1.0.28

v1.0.27

Use Post Events

sometimes you need to add some custom logic to your post like send email or notify user you can use the post events to do this, and the supported events is:

\TomatoPHP\FilamentCms\Events\PostCreated::class
\TomatoPHP\FilamentCms\Events\PostUpdated::class
\TomatoPHP\FilamentCms\Events\PostDeleted::class

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.26...v1.0.27

v1.0.26
  • add filament-shield integration

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.25...v1.0.26

v1.0.25
v1.0.24
  • add packagist integration to import form Github

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.23...v1.0.24

v1.0.23
  • add the job to refresh the Github repo

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.22...v1.0.23

v1.0.22
  • add Plugin options
->plugin(
    \TomatoPHP\FilamentCms\FilamentCMSPlugin::make()
        ->useCategory()
        ->usePost()
        ->allowExport()
        ->allowImport()
)

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.21...v1.0.22

v1.0.21
  • fix add team where team is not exists.

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.20...v1.0.21

v1.0.20
v1.0.18
  • add filament-plugins integration

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.17...v1.0.18

v1.0.17

What's Changed

New Contributors

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.16...v1.0.17

v1.0.14
  • drop the splade header from the builder by default
  • remove vite script by default

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.13...v1.0.14

v1.0.13

What is change

Form List Create Form From Fields Create Field Form Preview View Form Request

Add Form Field Type

you can add more fields to the form builder by use this method on your provider.

use TomatoPHP\FilamentCms\Services\FilamentCMSFormFields;
use TomatoPHP\FilamentCms\Services\Contracts\CmsFormFieldType;

FilamentCMSFormFields::register([
    CmsFormFieldType::make('code')
        ->className(CodeEditor::class)
        ->color('warning')
        ->icon('heroicon-s-code-bracket-square')
        ->label('Code Editor'),
]);

Use Your Form Builder

after creating your form you can use it by key like this

use TomatoPHP\FilamentCms\Services\FilamentCMSFormBuilder;

FilamentCMSFormBuilder::make('xvssd')->build()

Use Form Requests to Submit Your Form Data

you can use form requests to submit your form data by using this method on your provider.

use TomatoPHP\FilamentCms\Services\FilamentCMSFormBuilder;

FilamentCMSFormBuilder::make('xvssd')->send($data)

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.12...v1.0.13

v1.0.12
  • fix getting PSR-4 error for the GenerateSection Class #6 by @3x1io

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.11...v1.0.12

v1.0.8

What's Changed

New Contributors

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.7...v1.0.8

v1.0.7
  • fix Class "Spatie\LaravelSettings\Migrations\SettingsMigration" not found #2

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.6...v1.0.7

v1.0.6

Plugin [spatie-laravel-translatable] is not registered for panel [admin]. #1

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.5...v1.0.6

v1.0.3
  • Page Builder
  • Theme Manager

Full Changelog: https://github.com/tomatophp/filament-cms/compare/v1.0.2...v1.0.3

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
besmartand-pro/php-quality-config
sentix/ai-chatbot
codifyo/ts-generator-bundle
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor