PHP code example of david-griffiths / nova-dark-theme

1. Go to this page and download the library: Download david-griffiths/nova-dark-theme 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/ */

    

david-griffiths / nova-dark-theme example snippets


        <li>
            <nova-dark-theme-toggle
                label="{{ __('Dark Theme') }}"
            ></nova-dark-theme-toggle>
        </li>
    </ul>
</dropdown-menu>

Code::make('MyTextField')->options(['theme' => 'base16-light'])