Getting Started with LaravelDesign
·
by Demo Admin
·
1 min read
Getting started with LaravelDesign takes three commands.
Installation
First, require the package via Composer:
composer require mrshanebarron/laraveldesignThen run the install command:
php artisan laraveldesign:installFinally, add the Filament plugin to your admin panel provider.
Creating Your First Page
Navigate to /admin, click Pages, and create a new page. Choose between the classic rich text editor or the visual drag-and-drop builder.