PHP code example of modus-digital / modus-ui
1. Go to this page and download the library: Download modus-digital/modus-ui 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/ */
modus-digital / modus-ui example snippets
js
module.exports = {
content: [
"./vendor/modus-digital/modus-ui/src/View/Components/**/**/*.php",
"./vendor/modus-digital/modus-ui/resources/views/**/**/*.blade.php",
],
}
bash
php artisan vendor:publish --tag=modus-ui-config