Skip to content

Commit b4304bb

Browse files
committed
Update README.md
1 parent fa06eed commit b4304bb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
Jetstrap is a lightweight laravel 8 package that focuses on the `VIEW` side of [Jetstream](https://github.com/laravel/jetstream) / [Breeze](https://github.com/laravel/breeze) package installed in your Laravel application, so when a swap is performed, the `Action`, `MODEL`, `CONTROLLER`, `Component` and `Action` classes of your project is still 100% handled by Laravel development team with no added layer of complexity.
1111

12-
1312
## Table of Content
1413
* [Installation](#installation)
1514
+ [Installing Jetstream](#installing-jetstream)
@@ -24,6 +23,7 @@ Jetstrap is a lightweight laravel 8 package that focuses on the `VIEW` side of [
2423
+ [AdminLTE](#adminlte)
2524
* [Breeze](#breeze)
2625
+ [Swapping Breeze resources](#swapping-breeze-resources)
26+
+ [Swapping Breeze inertia resources](#swapping-breeze-inertia-resources)
2727
* [Testing](#testing)
2828
* [License](#license)
2929

@@ -239,6 +239,15 @@ To swap tailwind resource for bootstrap in a breeze configured laravel, simply r
239239
php artisan jetstrap:swap breeze
240240
```
241241

242+
### Swapping Breeze inertia resources
243+
244+
Laravel Breeze now comes with stubs for inertia scaffolding and so dose Jetstrap. To use a Bootstrap scaffold for your laravel project running on Breeze alongside inertia, simply run the code below:
245+
246+
```bash
247+
248+
php artisan jetstrap:swap breeze-inertia
249+
```
250+
242251
Next you have to clean up your `package.json` file to make sure we don't install unnecessary packages.
243252

244253
After that run:

0 commit comments

Comments
 (0)