ilbronza / uikittemplate
:package_description
Installs: 204
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:Blade
Requires (Dev)
- orchestra/testbench: ~5|~6
- phpunit/phpunit: ~9.0
This package is auto-updated.
Last update: 2024-10-29 15:28:51 UTC
README
This is where your description should go. Take a look at contributing.md to see a to do list.
Installation
Via Composer
$ composer require ilbronza/uikittemplate
add this lines to package.json dependencies list
"uikit": "^3.6.21", "uikit-icons": "^0.5.0", "@fortawesome/fontawesome-free": "^5.15.3",
run npm install from terminal
npm install
add these line to resources/js/app.js to include the required modules
require('./ilBronza.ajaxFetchers.js');
publish the package assets
php artisan vendor:publish --force --tag "uikittemplate.assets"
compile the file with laravel-mix
npm run development
Usage
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
License
license. Please see the license file for more information.