Skip to content

Commit

Permalink
Merge pull request #4 from ijpatricio/tinker-navigate
Browse files Browse the repository at this point in the history
Docs w/ GitPod Link. Cleanup.
  • Loading branch information
ijpatricio authored Mar 23, 2024
2 parents 9bd1a77 + 70e0434 commit a0a15a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Well now you can.

Most likely you will pair Livewire with just one taste of JS framework, but you can mix and match as you wish.

Try it out without installing anything, by running it in GitPod: [[Open in Gitpod](https://gitpod.io/#https://github.com/ijpatricio/minglejs-demo)]

# Development

Clone the repository, then:
Expand Down
2 changes: 1 addition & 1 deletion app/Providers/Filament/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function panel(Panel $panel): Panel
->path('admin')
->login(\App\Filament\Pages\Auth\Login::class)
->colors([
'primary' => Color::Amber,
'primary' => Color::Indigo,
])
->discoverResources(in: app_path('Filament/Resources'), for: 'App\\Filament\\Resources')
->discoverPages(in: app_path('Filament/Pages'), for: 'App\\Filament\\Pages')
Expand Down
2 changes: 0 additions & 2 deletions mingle/src/RendersJavaScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ public function mingleData(Collection $data): Collection

public function mountRendersJavaScript()
{
ray('mount trait');

$this->mingleId = 'mingle-' . Str::random();
}

Expand Down

0 comments on commit a0a15a5

Please sign in to comment.