This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
solve For error: pdoexception could not find driver | |
At this stage I would simply recommend "turning it off and on again" by doing: | |
====" sudo apt-get purge php-common php5-common "==== | |
followed by | |
====" sudo rm -r /etc/php"==== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(1) question Errors not showing in Laravel 5 App only blank page in ubuntu : | |
solve ==> Try this: sudo chmod -R 777 /var/www/html/laravel/app/storage |