PHP code example of bluestarsystem / aura-ui

1. Go to this page and download the library: Download bluestarsystem/aura-ui 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/ */

    

bluestarsystem / aura-ui example snippets


// config/aura-ui.php
'playground' => [
    'enabled' => env('AURA_PLAYGROUND', true),
],
bash
php artisan aura:install
bash
# Config only
php artisan vendor:publish --tag=aura-ui-config

# CSS only
php artisan vendor:publish --tag=aura-ui-css

# Views (for customization)
php artisan vendor:publish --tag=aura-ui-views
bash
cd packages/bluestarsystem/aura-ui
php vendor/bin/pest