I'm new to Laravel and i've a question regarding using variables through all my views, to make it cl...
if you are not using raw queries such as DB::raw() you don't have to worry, if you are using someth...
you should route the Post as well for the same link Route::post('home/image/{img_id}', 'ImageControl...
from the .env file make sure these lines are like this APP_ENV=local APP_DEBUG=true hope that it hel...
The Laravel portal for problem solving, knowledge sharing and community building.