Portal UI is a powerful, meticulously designed UI component library for Laravel applications. Built with Tailwind CSS , it offers a collection of easy-to-use and highly customizable components.
composer require laililmahfud/portal-ui
php artisan vendor:publish --tag=portal-ui:asset --force
@portalUI
blade
directives into your layout file.
<head>
...
@portalUI
</head>
Everything is done, now you can use Portal UI components in your project.
php artisan portalui:development