Is there a reason we would want /img and /images to both be folders in public? The helper docs rela...
Look into laravel console commands. You will make a command and schedule it on weekends to delete Bl...
try doing a dd($artists); just before your return view(), see what artist all is giving you. if you...
$settings undefined ? looks like you are calling it title $title
Comment Model: public function post(){ return $this->belongsTo('App\Post'); }...
The Laravel portal for problem solving, knowledge sharing and community building.