laravel-datatables-vite-bs
v0.1.0
Published
Laravel DataTables with jQuery, Bootstrap 3 and Vite
Downloads
539
Maintainers
Readme
Laravel, DataTables, Bootstrap and Vite
Get started with Laravel, DataTables, Bootstrap 3 and Vite in a few minutes.
Installation
npm i laravel-datatables-vite --save-dev
Setup
Add the following to your resources/js/app.js
file:
import 'laravel-datatables-vite';
Add the following to your resources/sass/app.scss
file:
@import 'bootstrap-icons/font/bootstrap-icons.css';
@import "datatables.net-bs/css/dataTables.bootstrap.min.css";
@import "datatables.net-buttons-bs/css/buttons.bootstrap.min.css";
@import 'datatables.net-select-bs/css/select.bootstrap.css';
Quick Starter
A quick starter guide is available at the official package docs.