mason
A simple block based drag and drop page / document builder field for Filament.
File Explorer
Download Latest Version (.zip)- bug.yml
- config.yml
- dependabot-auto-merge.yml
- lint.yml
- tests.yml
- CONTRIBUTING.md
- dependabot.yml
- FUNDING.yml
- SECURITY.md
- build.js
- mason.php
- entry.css
- plugin.css
- preview.css
- mason-entry.js
- mason.js
- mason-entry.js
- mason.js
- mason.php
- mason.php
- index.blade.php
- brick-picker-modal.blade.php
- controls.blade.php
- sidebar.blade.php
- unregistered-brick.blade.php
- iframe-entry-content.blade.php
- iframe-entry.blade.php
- iframe-preview-content.blade.php
- iframe-preview.blade.php
- mason-entry.blade.php
- mason.blade.php
- web.php
- BrickAction.php
- Section.php
- MakeBrickCommand.php
- UpgradeBricksCommand.php
- HasBricks.php
- HasSidebar.php
- SidebarPosition.php
- MasonController.php
- BrickCommand.php
- Faker.php
- IframeEntryRenderer.php
- IframeRenderer.php
- MasonRenderer.php
- TestsMason.php
- Brick.php
- BrickGroup.php
- helpers.php
- Mason.php
- MasonEntry.php
- MasonServiceProvider.php
- brick-class.stub
- brick-view.stub
- PageFactory.php
- create_pages_table.php
- form.blade.php
- LivewireForm.php
- SimpleBrick.php
- TestBrick.php
- Page.php
- ArchTest.php
- BrickCommandTest.php
- BrickTest.php
- FakerTest.php
- FieldTest.php
- HasBricksTest.php
- HasSidebarTest.php
- HelpersTest.php
- IframeEntryRendererTest.php
- IframeRendererTest.php
- MasonCommandTest.php
- MasonConfigTest.php
- MasonEntryTest.php
- MasonRendererTest.php
- RouteMiddlewareTest.php
- TestCase.php
- UpgradeBricksCommandTest.php
- Pest.php
- .editorconfig
- .gitattributes
- .gitignore
- .prettierrc
- CLAUDE.md
- composer.json
- LICENSE.md
- package-lock.json
- package.json
- phpstan-baseline.neon
- phpstan.neon.dist
- phpunit.xml.dist
- pint.json
- README.md
- rector.php
- UPGRADE.md
# Installation Guide
1. Get the code
git clone https://github.com/awcodes/mason
Downloads the entire project code from GitHub to your computer.
cd mason
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. PHP (Composer)
EasyPrerequisites
composer require awcodes/mason
Type this command into your terminal and run it.
composer test
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
