Skip to content

Commit 5169468

Browse files
realpascalbotjetrealpascalbotjet
andauthored
Add Inertia Modal link (#18)
* Add Inertia Modal to related links * Place Inertia Modal link under Other Laravel packages * Order Inertia Modal link above Inertia Table * Fix README: avoid adding Related section --------- Co-authored-by: realpascalbotjet <realpascalbotjet@realpascalbotjets-Mac-mini.local>
1 parent 402804c commit 5169468

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ The method has an optional third argument that flips the result.
104104
Post::addScopeAsSelect('is_not_announcement', ['ofType' => 'announcement'], false)->get();
105105
```
106106

107-
108107
## Usage
109108

110109
Imagine you have a `Post` Eloquent model with a query scope.
@@ -271,6 +270,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
271270

272271
## Other Laravel packages
273272

273+
- [Inertia Modal](https://inertiaui.com/inertia-modal/docs/introduction): With Inertia Modal, you can easily open any route in a Modal or Slideover without having to change anything about your existing routes or controllers.
274274
* [`Inertia Table`](https://inertiaui.com/inertia-table?utm_source=github&utm_campaign=laravel-eloquent-scope-as-select): The Ultimate Table for Inertia.js with built-in Query Builder.
275275
* [`Laravel Blade On Demand`](https://github.com/protonemedia/laravel-blade-on-demand): Laravel package to compile Blade templates in memory.
276276
* [`Laravel Cross Eloquent Search`](https://github.com/protonemedia/laravel-cross-eloquent-search): Laravel package to search through multiple Eloquent models.
@@ -298,3 +298,4 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
298298
## Treeware
299299

300300
This package is [Treeware](https://treeware.earth). If you use it in production, then we ask that you [**buy the world a tree**](https://plant.treeware.earth/pascalbaljetmedia/laravel-eloquent-scope-as-select) to thank us for our work. By contributing to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.
301+

0 commit comments

Comments
 (0)