PHP code example of liberty-technologies / components

1. Go to this page and download the library: Download liberty-technologies/components 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/ */

    

liberty-technologies / components example snippets


<x-lt-components::buttons.delete :object="$splitter" :route="route('splitters.destroy', $splitter)" />
bash
php artisan vendor:publish --tag=blade-icons
bash
php artisan vendor:publish --tag=lt-components-assets
bash
php artisan vendor:publish --tag=lt-components-views