avatar
get file json from resource folder Laravel Laravel
$path = resource_path('assets\js\constants\activity.js');
$templatefile = file_get_contents($path);
You need to login to do this manipulation!