Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Metronic Laravel v8.2.0 - DB-Connection


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 net::ERR_ABORTED 404 (Not Found)

login:258 GET 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


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (2)

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

This command will publish the necessary Livewire assets, and it should fix the missing files and JavaScript errors.

For more information on installing Livewire, you can refer to the documentation here: https://laravel-livewire.com/docs/2.x/installation#publish-assets

Please let me know if this resolves the issues you were facing or if you need any further assistance. I'm here to help!

Best regards, Faizal

 

same error!!


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(