Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Laravel starterkit authentication error


Hi, I tried to add a new account in my laravel starterkit and after this get me error:

View [pages.system.metronic.not_found] not found..

I can mention that when i creat account it’s telling me that i have reseted password. Please check this.
I have used the latest laravel starterkit version from november 24.

Thanks !


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (9)


Hi,

Can you do this workaround? Remove below code


config("settings.KT_THEME")


from file starterkit/resources/views/errors/404.blade.php

We will fix it and the upcoming updates.

Thanks



I tried to remove code, but not working.

My code is:
@include('pages.system.'.'.not_found')

thanks.



Make it like this.


@include("pages.system.not_found")


Thanks



I have changed like you say and get error after creating account.

Here is the error:
https://ibb.co/7JrQBq9

Thanks !



I have changed like you say and get error after creating account.

Here is the error:
https://ibb.co/7JrQBq9

Thanks !



Hi,

We will check and fix the auth for this Laravel.
Could you please consider using the Laravel version in the ThemeForest zip in the folder laravel_app? This version has a complete auth.

Thanks



I will wait for fix.
New starterkit is better than older.
I like that there are more features implemented, like top bar menus.

Thanks !



The new Laravel starter kit will be better. More features will be included soon. We will double-check and fix the issue soon.

Thanks



hello i have new metronic 8 last one.
i am purchased from https://codecanyon.net/

please tell me how i can get all files and templates
i cant use gulp.
i want use rtl and ltr
please help me for all demos for metronic 8


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(