We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e8f26 commit 86d2536Copy full SHA for 86d2536
quick-starter.md
@@ -34,14 +34,20 @@ php artisan ui bootstrap --auth
34
yarn add datatables.net-bs4 datatables.net-buttons-bs4
35
```
36
37
-## Register datatables.net assets in bootstrap.js
+## Register datatables.net assets in bootstrap.js and app.scss
38
39
Edit `resources/js/bootstrap.js` and add the following:
40
41
require('bootstrap');
42
require('datatables.net-bs4');
43
require('datatables.net-buttons-bs4');
44
45
+Edit `resources/scss/app.scss` and add the following:
46
+
47
+ // DataTables
48
+ @import "~datatables.net-bs4/css/dataTables.bootstrap4.css";
49
+ @import "~datatables.net-buttons-bs4/css/buttons.bootstrap4.css";
50
51
## Compile assets
52
53
0 commit comments