PHP code example of odboxxx / laravel-qecalculator

1. Go to this page and download the library: Download odboxxx/laravel-qecalculator 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/ */

    

odboxxx / laravel-qecalculator example snippets

``
php artisan qecalculator:install
``
php artisan migrate
``
const defaultTheme = ilwindcss/forms';

/** @type {import('tailwindcss').Config} */
export default {
    content: [
        './vendor/odboxxx/laravel-qecalculator/src/resources/views/*.blade.php',
        './storage/framework/views/*.php',
        './resources/views/**/*.blade.php',
    ],
    theme: {
        extend: {
            fontFamily: {
                sans: ['Figtree', ...defaultTheme.fontFamily.sans],
            },
        },
    },

    plugins: [forms],
};