Why so much enjoying errors , while customising #194
Replies: 2 comments 1 reply
-
Hey, I get that errors can be frustrating, but these are mostly setup issues. Please make sure to go through the Wave documentation and get familiar with Livewire, Volt, Folio, and Filament, as Wave relies on them. A few quick fixes:
Wave is built to be customizable, but you’ll need to follow the docs and understand the underlying technologies. Also it is open-source, so if you notice bugs, feel free to submit PRs with fixes :) |
Beta Was this translation helpful? Give feedback.
-
I encountered this error while attempting to enter email on the login page:
I am currently still in the process of finding a solution. |
Beta Was this translation helpful? Give feedback.
-
foreach() argument must be of type array|object, null given
wave /src/Plugins/PluginManager.php: 26
`
$installedPlugins = $this->getInstalledPlugins();
\Log::info("Installed plugins: " . json_encode($installedPlugins));
`
some time it gives error for file not found in resources/css/auth.css
Sometime
syntax error, unexpected token "|", expecting "elseif" or "else" or "endif"
storage / framework / views / d46aefedb659b41e66b1dc635ae50d93.blade.php: 179
Its frustrating to work with this kit.
can you make it more easy to work
Beta Was this translation helpful? Give feedback.
All reactions