PHP code example of ivanaquino / laravel-taildashboards
1. Go to this page and download the library: Download ivanaquino/laravel-taildashboards 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/ */
ivanaquino / laravel-taildashboards example snippets
# As blade layout
@extends('laravel-taildashboards::layouts.tailapp')
@section('content')
Lorem ipsum dolor sit amet consectetur adipisicing elit.
@endsection
# Or as a component layout
<x-laravel-taildashboards::layout-tailapp>
Lorem, ipsum dolor sit amet consectetur
</x-laravel-taildashboards::layout-tailapp>