This is the official demo project for DashUI, a Laravel package that offers a suite of UI components inspired by Shopify Polaris and crafted with TailwindCSS, Laravel Blade, and Javascript. This demo is designed to showcase the capabilities and customization options of DashUI components.
Combine Agency is a leading web development agency specializing in building innovative and high-performance web applications using modern technologies. Our experienced team of developers, designers, and project managers is dedicated to providing top-notch services tailored to the unique needs of our clients.
If you need assistance with your next project or would like to discuss a custom solution, please feel free to contact us or visit our website for more information about our services. Let's build something amazing together!
Before you begin, ensure you have the following installed:
- PHP ^8.1
- Laravel 10.x or higher
- Composer
- Docker
Follow these steps to set up the DashUI demo project:
- Clone the Repository
git clone https://github.com/combindma/demo-dashui.git
cd demo-dashui
- Install PHP Dependencies
composer install
-
Copy .env.example to .env
-
Rebuild the application
sail build --no-cache
./vendor/bin/sail up