Pages

Sunday, August 30, 2020

There is no existing directory at /storage/logs and its not buildable: Permission denied

 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.

Saturday, August 8, 2020

How to change phpmyadmin Path in Linux

 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/