Download the PHP package softok2/filament-page-builder without Composer
On this page you can find all versions of the php package softok2/filament-page-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download softok2/filament-page-builder
More information about softok2/filament-page-builder
Files in softok2/filament-page-builder
Package filament-page-builder
Short Description This is my package filament-page-builder
License MIT
Homepage https://github.com/softok2/filament-page-builder
Informations about the package filament-page-builder
# Filament tool for improve management of pages content speed and easy
This package comes with predefined form components that can be used to build a page:
- Text
- ImageUpload
- TextBox
- Marquee
- Slider
Installation
You can install the package via composer:
You can set up all the necessary files by running the following command:
And it is ready to use!!
Usage
Its recommended to run migrations and seeders to get the default components and pages.
The packages come with a predefined page blocks and layout components in . Page blocks look like this:
Define your own section per page declaring a method with the name and de suffix.
Include the plugins in your admin panel:
Customization
Yoy can define your own blocks and components by creating both classes and mapping them in the plugin configuration.
For create a new block you can run the following command:
For create a new layout component you can run the following command:
Then you can map the new blocks and components in the plugin configuration:
In the example above, 'history' and 'hero' are the name of the page and component respectively. You can easly add them in the seeders:
- PageSeeder.php
- LayoutComponentSeeder.php
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Franky
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-page-builder with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0