Solve your laravel problems.
Route::get('marquee', function(){ echo File::get('\storage\app\marquee.json'); });
I have a json file place inside storage/app
My question is how can I read this content from controller or route?