‘permission denied’ error in Linux

solution- Insert this command chmod -R 777 storage

Read More

Error-In Laravel

Count(): parameter must be an array or an object that implements countable: Solution:- put on top side in web.php use Illuminate\Http\Request; if(version_compare(PHP_VERSION, ‘7.2.0’, ‘>=’)) {    …

Read More