← prev | next →
natghi2010 2021-02-27 18:04:26
2021-02-27 18:01:51
composer install
composer install only affects the vendor folder. The error could be coming from anywhere.
Jomitz 2021-02-27 18:16:34
Romil 2021-02-27 17:36:15
I request to all of you guys help me if any one know about this issue
Bro you are calling a log class some where so there is no class like it thats why the error occurs
Romil 2021-02-27 18:43:08
natghi2010 2021-02-27 17:57:15
and laravel version?
8.1
Romil 2021-02-27 18:44:41
Jomitz 2021-02-27 18:16:34
Bro you are calling a log class some where so there is no class like it thats why the error occurs
Install new laravel project and get this error
natghi2010 2021-02-27 19:16:39
Romil 2021-02-27 18:43:08
8.1
The issue is most likely in your environment setup
natghi2010 2021-02-27 19:17:21
What are you using xamp/wamp?
mouradelcadi 2021-02-27 19:18:40
https://www.instagram.com/p/CLxJ7yoAhpB/?igshid=i8swieckapd2
Narayan Ji 2021-02-27 19:23:33
natghi2010 2021-02-27 19:17:21
What are you using xamp/wamp?
Laragon is best
natghi2010 2021-02-27 19:23:59
Narayan Ji 2021-02-27 19:23:33
Laragon is best
never heard of it
Narayan Ji 2021-02-27 19:25:13
Yes that’s why i suggest you..go witj unique and smooth
rootkings 2021-02-27 19:33:57
Hey guys, does anyone use Metronic theme in Laravel?
Virendra_Kumar_B 2021-02-27 19:36:24
Need Laravel Developer. Intrested candidate can call on 9886466777. You can share resume on hr@webdigitalmantra.in
2021-02-27 19:43:41
Batu157 2021-02-27 14:12:27
The problem of this is what if routes doesn’t start with user?
You could have a menu called maintenance for example, with nested stuff like clients, projects etc
Yeah there are some limitations while one can make custom which will fit in almost every scenario.
2021-02-27 19:48:59
Romil 2021-02-27 17:35:13
This might be coming due to incompatiblity. You might need to check laravel version along with php version.
DesolatorMagno 2021-02-27 19:49:15
There are many ways to do it, you can move the logic and use view composer, you can also use JS, using something like
Return view(..)->with(‘menu’,’maintenance’)
2021-02-27 19:50:16
General fata error is incompatiblity. Correct me if I’m wrong (Sr. Devs).
2021-02-27 19:50:26
Generally*
DesolatorMagno 2021-02-27 19:52:29
DesolatorMagno 2021-02-27 19:49:15
There are many ways to do it, you can move the logic and use view composer, you can also use JS, using something like
Return view(..)->with(‘menu’,’maintenance’)
If working with components
<Navbar menu=’menu’ subMenu=’submenu’>
Batu157 2021-02-27 20:05:15
hi guys, i’m trying laravel8 and it has installed one login system but i dont know which one, it’s not laravel ui cos i can’t find LoginController for example. how can i know which one it has installed?
natghi2010 2021-02-27 20:16:25
Batu157 2021-02-27 20:05:15
hi guys, i’m trying laravel8 and it has installed one login system but i dont know which one, it’s not laravel ui cos i can’t find LoginController for example. how can i know which one it has installed?
composer.json?
Batu157 2021-02-27 20:22:14
natghi2010 2021-02-27 20:16:25
composer.json?

natghi2010 2021-02-27 20:22:30
and the package.json?
Bhavyakumar Panchotiya 2021-02-27 20:22:49

can any one help me how to solve this error ………
Batu157 2021-02-27 20:23:03
natghi2010 2021-02-27 20:22:30
and the package.json?

Batu157 2021-02-27 20:23:35
it’s just for redirecting on logout but i have no logincontroller 🙁
natghi2010 2021-02-27 20:23:52
try
natghi2010 2021-02-27 20:24:03
php artisan config:cache
Bhavyakumar Panchotiya 2021-02-27 20:24:18
Bhavyakumar Panchotiya 2021-02-27 20:22:49
can any one help me how to solve this error ………
and i also tried to putting my project in another drive but tell not working
Batu157 2021-02-27 20:24:27
natghi2010 2021-02-27 20:24:03
php artisan config:cache
i did before, no changes
natghi2010 2021-02-27 20:25:05
what is listed in your routeserviceprovider?
natghi2010 2021-02-27 20:25:16
as the redirect
natghi2010 2021-02-27 20:25:26
Bhavyakumar Panchotiya 2021-02-27 20:22:49
can any one help me how to solve this error ………
install/enable pdo
Batu157 2021-02-27 20:25:55
natghi2010 2021-02-27 20:25:05
what is listed in your routeserviceprovider?
do you mean Home const?
natghi2010 2021-02-27 20:26:06
Batu157 2021-02-27 20:25:55
do you mean Home const?
Yes
Batu157 2021-02-27 20:26:16
but i want to redirect on logout
← prev | next →