PHP code example of sanjaya / laravel-daisyui-starter
1. Go to this page and download the library: Download sanjaya/laravel-daisyui-starter 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/ */
sanjaya / laravel-daisyui-starter example snippets
<x-app-layout>
<!-- Your content here -->
</x-app-layout>
<html data-theme="{{ $theme }}">
<!-- Your content -->
</html>
bash
php artisan daisyui-starter:install
bash
php artisan serve