PHP code example of sparrowhawk-labs / pinion-ui
1. Go to this page and download the library: Download sparrowhawk-labs/pinion-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/ */
sparrowhawk-labs / pinion-ui example snippets
bash
php artisan ui:lint # scans resources/views, exits non-zero on violations
php artisan ui:lint resources/views/livewire app/View
php artisan ui:lint --json # machine-readable (for hooks / CI)