|
8 | 8 |
|
9 | 9 | * Built with **Vue.js 2.x** **Bulma** and **Buefy** |
10 | 10 | * **Vue CLI** & **Vite** build tools support |
11 | | -* [Laravel Jetstream Inertia Vue](https://github.com/vikdiesel/admin-one-laravel-dashboard) integration available |
| 11 | +* **Laravel Jetstream Inertia Vue** integration available — [Info](#laravel-9x-integration) |
12 | 12 | * Classic **Options API** using `data`, `computed`, `methods`, etc. |
13 | 13 | * **Composition API** version is available under [vue-2x-composition-api branch](https://github.com/vikdiesel/admin-one-vue-bulma-dashboard/tree/vue-2x-composition-api) |
14 | 14 | * **Styled** scrollbars |
|
22 | 22 | ## Table of Contents |
23 | 23 |
|
24 | 24 | * [Other versions](#other-versions) |
25 | | - * [Laravel Bulma dashboard version](#laravel-bulma-dashboard-version) |
26 | 25 | * [Bulma dashboard versions](#bulma-dashboard-versions) |
27 | 26 | * [TailwindCSS dashboard versions](#tailwindcss-dashboard-versions) |
28 | 27 | * [Description & Demo](#description--demo) |
|
33 | 32 | * [Vue CLI builds](#vue-cli-builds) |
34 | 33 | * [Vite builds](#vite-builds) |
35 | 34 | * [Linting](#linting) |
| 35 | + * [Laravel 9.x integration](#laravel-9x-integration) |
36 | 36 | * [Browser Support](#browser-support) |
37 | 37 | * [Reporting Issues](#reporting-issues) |
38 | 38 | * [Licensing](#licensing) |
39 | 39 | * [Useful Links](#useful-links) |
40 | 40 |
|
41 | 41 | ## Other versions |
42 | 42 |
|
43 | | -### Laravel Bulma dashboard version |
44 | | - |
45 | | -Info on [Laravel Jetstream Inertia Vue](https://github.com/vikdiesel/admin-one-laravel-dashboard) integration. |
46 | | - |
47 | 43 | ### Bulma dashboard versions |
48 | 44 |
|
49 | 45 | Free and premium [Bulma dashboard templates](https://justboil.me/bulma-admin-template/). |
@@ -132,6 +128,10 @@ npm run lint |
132 | 128 | npm run lint:fix |
133 | 129 | ``` |
134 | 130 |
|
| 131 | +### Laravel 9.x integration |
| 132 | + |
| 133 | +This dashboard can be integrated with **Laravel 9.x Jetstream Inertia + Vue.js** stack. [Check guide](https://github.com/vikdiesel/admin-one-laravel-dashboard) for more information |
| 134 | + |
135 | 135 | ## Browser Support |
136 | 136 |
|
137 | 137 | We try to make sure dashboard works well in the latest versions of all major browsers |
|
0 commit comments