Download the PHP package mrshanebarron/laraveldesign without Composer
On this page you can find all versions of the php package mrshanebarron/laraveldesign. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mrshanebarron/laraveldesign
More information about mrshanebarron/laraveldesign
Files in mrshanebarron/laraveldesign
Package laraveldesign
Short Description WordPress-like CMS for Laravel with a Wix-style visual page builder. Posts, pages, categories, tags, menus, media library, and drag-and-drop editing powered by GrapesJS.
License MIT
Homepage https://laraveldesign.com
Informations about the package laraveldesign
LaravelDesign
A WordPress-like CMS package for Laravel with a Wix-style visual page builder. Build beautiful pages with drag-and-drop, or use the classic editor for blog posts.
Live demo: socialapparatus.com · Homepage: laraveldesign.com
Features
- Visual Page Builder - Drag-and-drop editor powered by GrapesJS
- Pre-built Blocks - Hero sections, features grids, testimonials, pricing tables, CTAs, galleries, contact forms, FAQs
- Responsive Controls - Preview on desktop, tablet, and mobile
- Live Preview - See your changes in real-time
- Classic Editor - Traditional rich text editing for posts
- Full CMS - Posts, pages, categories, tags, menus, media library
Requirements
- PHP 8.2+
- Laravel 11.x or 12.x
- Filament 3.x
- Livewire 3.x
Installation
Install via Composer:
Run the install command:
This publishes the config and migrations, runs migrations, creates the storage link, and sets up default menus.
Add the plugin to your Filament panel provider:
Publish the config file (optional):
Visual Page Builder
The visual page builder gives you Wix-like editing capabilities:
- Create or edit a page in Filament admin
- Click "Visual Editor" button to launch the drag-and-drop builder
- Drag blocks from the left panel onto your page
- Click any element to edit text, styles, or settings
- Use device buttons to preview responsive layouts
- Click Save to publish your changes
Available Blocks
| Block | Description |
|---|---|
| Hero Section | Full-width header with headline, subtext, and CTA |
| Text Block | Rich text content area |
| Image + Text | Side-by-side layout for features |
| Features Grid | 3-column feature showcase |
| Testimonials | Customer quotes with avatars |
| Pricing Table | 3-tier pricing comparison |
| Call to Action | Conversion-focused section |
| Image Gallery | Grid of images |
| Contact Form | Name, email, message form |
| FAQ | Accordion-style Q&A |
| 2/3 Columns | Layout containers |
| Basic elements | Text, images, buttons, dividers, spacers |
Features
Content Management
- Posts - Blog posts with categories, tags, featured images, and SEO fields
- Pages - Static pages with hierarchical structure and custom templates
- Categories - Hierarchical categories for organizing posts
- Tags - Simple tags for post classification
- Menus - Flexible menu builder with nested items
- Media - Media library for images, videos, and documents
Filament Admin Panel
Full Filament 3 integration with resources for:
- Posts (with rich editor, categories, tags, SEO)
- Pages (with parent/child hierarchy, templates)
- Categories (with nesting)
- Tags
- Menus (with nested menu items)
- Media Library
Frontend Components
Menu Component
With custom classes:
Recent Posts
Categories List
Tags Cloud
Configuration
Routes
The package automatically registers these routes:
| Route | Description |
|---|---|
/blog |
Blog index |
/blog/{slug} |
Single post |
/category/{slug} |
Category archive |
/tag/{slug} |
Tag archive |
/{slug} |
Static pages (catch-all) |
Customizing Views
Publish views to customize:
Views will be published to resources/views/vendor/laraveldesign/.
Using Models Directly
License
MIT License. See LICENSE file for details.
All versions of laraveldesign with dependencies
illuminate/support Version ^11.0|^12.0
filament/filament Version ^3.0
livewire/livewire Version ^3.0