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 !
hello i have new metronic 8 last one.
i am purchased from
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
The new Laravel starter kit will be better. More features will be included soon. We will double-check and fix the issue soon.
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 !
I have changed like you say and get error after creating account.
Here is the error:
Thanks !
Make it like this.
@include("pages.system.not_found")
I have changed like you say and get error after creating account.
Here is the error:
Thanks !
Hi,
Can you do this workaround? Remove below code
config("settings.KT_THEME")
starterkit/resources/views/errors/404.blade.php
I tried to remove code, but not working.
My code is:
@include('pages.system.'.'.not_found')
thanks.