Source code for the Blade UI Kit website and documentation.
Blade UI Kit is a web development tool that provides a collection of components and icons for Laravel applications. It requires PHP 8.2, Composer, and NPM to be installed. This product analysis will provide a guide to installing Blade UI Kit and highlight its key features.
To install Blade UI Kit, follow these steps:
git clone git@github.com:blade-ui-kit/blade-ui-kit.com.git blade-ui-kit.com
.env.example
file to .env
:cp .env.example .env
composer install
php artisan key:generate
npm install && npm run dev
php artisan icons:import
(Optional) Set up Meilisearch:
Serve the website locally by running:
php artisan serve
Blade UI Kit is a powerful web development tool for Laravel applications. It offers a collection of components and icons that can be easily integrated into Laravel projects. With its easy installation process and seamless integration, Blade UI Kit is a great choice for developers looking to enhance their Laravel applications.