PHP code example of rajeshwar / unified-ui-laravel
1. Go to this page and download the library: Download rajeshwar/unified-ui-laravel library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
rajeshwar / unified-ui-laravel example snippets
bash
php artisan ui:init
bash
php artisan ui:add button
php artisan ui:add button badge card input
php artisan ui:add --all
css
:root {
--ui-primary: 0.637 0.237 262.12;
--ui-primary-foreground: 0.985 0.002 247.84;
--ui-destructive: 0.577 0.245 27.33;
--ui-success: 0.627 0.194 149.21;
/* ... */
}
resources/views/components/ui/button.blade.php