Hmmmm, The error comes when you run the artisan migrate command, right?

|
…. 2020-07-09 22:03:47
cayetanohosma 2020-07-09 22:03:07
Did you enable the php_pdo_mysql.dll extension?

Where is

…. 2020-07-09 22:03:58
In laragon
cayetanohosma 2020-07-09 22:04:19
Guys, I just created a new model class and when I run the composer dump-autoload -o it show me the following message
Class XXXX does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:20
Any clue what is wrong?
cayetanohosma 2020-07-09 22:04:43
…. 2020-07-09 22:03:47
Where is

I guess that click with right button on Laragon Apache and you can select the modules to load

cayetanohosma 2020-07-09 22:10:36
Hey! I’m autoresponding to my question… the issues is that the path should be the SAME as the path, I mean, we need to put the same capital letters, in other way, composer will report the warning
…. 2020-07-09 22:11:10
cayetanohosma 2020-07-09 22:04:43
I guess that click with right button on Laragon Apache and you can select the modules to load

laravel_discuss-44435.jpg

cayetanohosma 2020-07-09 22:11:42
Could you show me the PHP menu, please?
…. 2020-07-09 22:11:49
cayetanohosma 2020-07-09 22:02:08
Are you running all in Windows, right?

Yed

…. 2020-07-09 22:12:17
laravel_discuss-44438.jpg

cayetanohosma 2020-07-09 22:21:30
Click on Extensions
…. 2020-07-09 22:22:25
laravel_discuss-44440.jpg

cayetanohosma 2020-07-09 22:23:23
They seem to be enabled both
cayetanohosma 2020-07-09 22:24:05
Hmmmm, The error comes when you run the artisan migrate command, right?
…. 2020-07-09 22:24:16
Yes
cayetanohosma 2020-07-09 22:25:10
OK, I see
cayetanohosma 2020-07-09 22:27:12
Could you show me the error again, please?
…. 2020-07-09 22:28:00
laravel_discuss-44446.jpg

Csteach16 2020-07-09 22:49:20
Any one suggested for multiple login or registration systems in laravel.
cayetanohosma 2020-07-09 22:55:10
…. 2020-07-09 22:28:00

Show me your .env file, please

…. 2020-07-09 22:57:07
laravel_discuss-44451.jpg

cayetanohosma 2020-07-09 22:58:54
Could you connect to the database in 127.0.0.1:3306, right?
…. 2020-07-09 23:00:04
cayetanohosma 2020-07-09 22:58:54
Could you connect to the database in 127.0.0.1:3306, right?

Where

cayetanohosma 2020-07-09 23:00:28
From, for instance, dbeaver or whatever you use to connect to the database
…. 2020-07-09 23:00:57
Mysql workbench
cayetanohosma 2020-07-09 23:01:42
Ok, did you connect to the database?
isofdev 2020-07-09 23:01:54
…. 2020-07-09 22:57:07

Do your username and password exist ?

…. 2020-07-09 23:02:27
laravel_discuss-44458.jpg

…. 2020-07-09 23:02:46
isofdev 2020-07-09 23:01:54
Do your username and password exist ?

Yes

isofdev 2020-07-09 23:03:44
…. 2020-07-09 23:02:46
Yes

In laragon?

…. 2020-07-09 23:04:46
Yes
cayetanohosma 2020-07-09 23:05:43
…. 2020-07-09 23:02:27

Hit Test Connection, and tell us what it say, please

…. 2020-07-09 23:06:09
Not benefit
…. 2020-07-09 23:07:12
laravel_discuss-44464.jpg

cayetanohosma 2020-07-09 23:12:13
OK, so the issue is with your PHP
cayetanohosma 2020-07-09 23:12:46
Now, could you edit your public/index.php and write that as the beginning
cayetanohosma 2020-07-09 23:12:58
phpinfo();
die()
cayetanohosma 2020-07-09 23:13:15
just the next line after <?php
…. 2020-07-09 23:13:28
Ok
cayetanohosma 2020-07-09 23:13:44
And try to access to localhost:8080
cayetanohosma 2020-07-09 23:13:54
or 127.0.0.1:8080
…. 2020-07-09 23:15:31
laravel_discuss-44472.jpg
but my host 8000
cayetanohosma 2020-07-09 23:15:57
OK, did you change your public/index.php?
…. 2020-07-09 23:16:25
cayetanohosma 2020-07-09 23:15:57
OK, did you change your public/index.php?

From laragon program

SWAT 10101 2020-07-09 23:36:06
I have problem with Semantic UI icon in heroku
SWAT 10101 2020-07-09 23:36:31
in heroku did not display
SWAT 10101 2020-07-09 23:36:45
but in localhost it work normal
SWAT 10101 2020-07-09 23:37:14
laravel_discuss-44480.jpg
this what I get
SWAT 10101 2020-07-09 23:38:04
laravel_discuss-44481.jpg
I have checked the path in CSS file alls looks normal
…. 2020-07-09 23:38:07
cayetanohosma 2020-07-09 23:15:57
OK, did you change your public/index.php?

I have two php one in laragon and another in c:/php , the program use the php that in c:/

SWAT 10101 2020-07-09 23:39:11
SWAT 10101 2020-07-09 23:38:04
I have checked the path in CSS file alls looks normal

Why this happened ?

|