PHP code example of fuelviews / laravel-sabhero-wrapper
1. Go to this page and download the library: Download fuelviews/laravel-sabhero-wrapper 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/ */
fuelviews / laravel-sabhero-wrapper example snippets
<x-sabhero-wrapper::layouts.app>
<div class="h-screen">
<div class="flex w-full h-full bg-gray-300">
</div>
</div>
</x-sabhero-wrapper::layouts.app>
bash
php artisan vendor:publish --tag="sabhero-wrapper-config"
bash
php artisan vendor:publish --tag="sabhero-wrapper-views"
javascript
content: [
'./vendor/fuelviews/laravel-sabhero-wrapper/resources/**/*.{js,vue,blade.php}',
]