This issue is resolved by running 3 artisan commands in squence
php artisan route:clear
php artisan config:clear
php artisan cache:clear
It worked fine after running these commands.
I’m an experienced, dedicated and ambitious Programmer looking for a challenging career as a Web Developer with the opportunity to work with the latest technologies on challenging and diverse projects.
This issue is resolved by running 3 artisan commands in squence
php artisan route:clear
php artisan config:clear
php artisan cache:clear
It worked fine after running these commands.
sudo nano /etc/phpmyadmin/apache.conf
Change Alias in config File
#Alias /phpmyadmin /usr/share/phpmyadmin
Alias /mydbs /usr/share/phpmyadmin
Save the file and resart apache service
sudo service apache2 resart
then check the url in browser
http://localhost/mydbs/