I am using Laravel 5.2 Package dimsav laravel-translatable 6.* This is my worked controller $about =...
I have two tables one is templates and the other is template_images Showing migration of the two tab...
I have group of checkbox which I add to database as an array [1,2,3] everything going OK when I addi...
I am using Intervention Image on Laravel 5.2 here is my function public function store(Request $requ...
I have this function to delete image when the row is deleted public function destroy($id) {...
Thanks @astroanu for you reply but now I have Error: Call to undefined method Illuminate\Routing\Rou...
Yes you are right and my URL is something like http://localhost/elarabiaLaravel/public/projects/proj...
lagbox said: You defined your route: Route::get('projects/projectDetails/{$id}', 'ProjectController...
The Laravel portal for problem solving, knowledge sharing and community building.