Hi Faizal,
Thanks for your Time and great Support. After installing Metronic Laravel v8.2.0 (Absolutly clean, like in the Description) all looks very good and the DB run with all tables.
The ENV-File is ok i use: -copy .env.example .env - and i dont set a PW
Developer Tools:
login:293 GET http://localhost/livewire/livewire.js?id=90730a3b0e7144480175 net::ERR_ABORTED 404 (Not Found)
login:258 GET http://localhost/public/assets/js/custom/authentication/sign-in/general.js net::ERR_ABORTED 404 (Not Found)
login?_token=NMeD3iejI6lYtr0H5tPxEZaZDttaqpGMWqKNUdwv&email=demo%40demo.com&password=demo:299 Uncaught ReferenceError: Livewire is not defined
at login?_token=NMeD3iejI6lYtr0H5tPxEZaZDttaqpGMWqKNUdwv&email=demo%40demo.com&password=demo:299:27
Thanks a lot Uwe
Hi Uwe,
You're welcome! I'm glad to hear that most of the installation went smoothly.
Regarding the `APP_URL`, you can set it to `http://localhost` if you are not using `php artisan serve` and accessing your Laravel app directly through XAMPP.
As for the missing files and errors you encountered, it seems that some Livewire files are not loading properly. To resolve this, you can run the following command to rebuild the assets for Livewire:
php artisan livewire:publish --assets
same error!!