Skip to content

Commit

Permalink
README modified.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmiton authored Mar 24, 2024
1 parent b26bac9 commit 8e33fda
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ php artisan module:make-livewire Pages/AboutPage Core --force
```
COMPONENT CREATED 🤙
CLASS: Modules/Core/Livewire/Pages/AboutPage.php
VIEW: Modules/Core/Resources/views/livewire/pages/about-page.blade.php
CLASS: Modules/Core/app/Livewire/Pages/AboutPage.php
VIEW: Modules/Core/resources/views/livewire/pages/about-page.blade.php
TAG: <livewire:core::pages.about-page />
```

Expand All @@ -75,7 +75,7 @@ php artisan module:make-livewire Core Pages/AboutPage --inline
```
COMPONENT CREATED 🤙
CLASS: Modules/Core/Livewire/Pages/AboutPage.php
CLASS: Modules/Core/app/Livewire/Pages/AboutPage.php
TAG: <livewire:core::pages.about-page />
```

Expand Down Expand Up @@ -128,8 +128,8 @@ php artisan module:make-livewire Pages/AboutPage Core --view=pages.about
```
COMPONENT CREATED 🤙
CLASS: Modules/Core/Livewire/Pages/AboutPage.php
VIEW: Modules/Core/Resources/views/livewire/pages/about.blade.php
CLASS: Modules/Core/app/Livewire/Pages/AboutPage.php
VIEW: Modules/Core/resources/views/livewire/pages/about.blade.php
TAG: <livewire:core::pages.about-page />
```
### Rendering Components:
Expand Down Expand Up @@ -162,7 +162,7 @@ Remove comment for these lines & add your custom modules.
// 'path' => base_path('libraries/Chat'),
// 'module_namespace' => 'Libraries\\Chat',
// // 'namespace' => 'Livewire',
// // 'view' => 'Resources/views/livewire',
// // 'view' => 'resources/views/livewire',
// // 'name_lower' => 'chat',
// ],
// ],
Expand Down

0 comments on commit 8e33fda

Please sign in to comment.