Replies: 1 comment
-
Try to create folder with this command : php artisan make:livewire counter and retry to display your page. |
Beta Was this translation helpful? Give feedback.
-
Try to create folder with this command : php artisan make:livewire counter and retry to display your page. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
So I installed the dashboard successfully, added a community tile without any trouble and now I want to make a custom one for my needs.
Since I couldn't manage to show the tile, I decided to strictly follows what's in the documentation.
So I created a
DummyComponent
insideApp\Tiles
and a view inresources/views/tiles/dummy.blade.php
, but as soon as I add the following code, Laravel crashes because it can't find the Livewire directory:I scouted the spatie's dashboard repo and there isn't any Livewire directory in their
app/Http
.I even published the livewire's config file and edited the
class_namespace
to point towardsapp\Tiles
, without success.Am I missing something ?
Edit:
Is this because I'm on Windows currently? I find it odd that it uses the normal slashes in the error output.Deployed the project to my raspberry pi and still have the issue 😢
PS- here are the versions of my toolset:
Beta Was this translation helpful? Give feedback.
All reactions