Support the ongoing development of Laravel.io →

johnef

Joined 18 May 2016

Statistics

Threads 11
Replies 8
Solutions 1
Articles 0

Laravel 5.2: use mass-assignment with dimsav laravel-translatable

I am using Laravel 5.2 Package dimsav laravel-translatable 6.* This is my worked controller $about =...

0 Likes
1 Replies

eloquent relations

I have two tables one is templates and the other is template_images Showing migration of the two tab...

0 Likes
1 Replies
Solved

Getting a checkbox checked

I have group of checkbox which I add to database as an array [1,2,3] everything going OK when I addi...

0 Likes
1 Replies

Laravel 5.2 Intervention Image Method save does not exist

I am using Intervention Image on Laravel 5.2 here is my function public function store(Request $requ...

0 Likes
1 Replies
posted 7 years ago

File:delete don't delete the file

I have this function to delete image when the row is deleted public function destroy($id) {...

0 Likes
1 Replies
replied 7 years ago

Multiple file upload and validation

cherrycoding said: Thanks for your answer, I've also tested this and it doesn't work. //edit: ok I...

0 Likes
replied 7 years ago

[Package] Laravel GAMP - Laravel Support for Google Analytics Measurement Protocol

irazasyed said: Added Supported for Laravel 4. Tested with 4.2. Thanks dose this help to get the us...

0 Likes
replied 7 years ago

Laravel 5.1 use php mailer

pay2all said: thanks, tis working can you please clear out how you put it to work I am trying from...

0 Likes
replied 7 years ago

Join multiple tables Eloquent

it was my projectController this line $vpi = ProjectsImages::with('project')->get(); should be $...

0 Likes
Solved
replied 7 years ago

using Request::path() and @include instead of if(isset($_GET)) and switch in laravel

astroanu said: i think for 4.2 you have to pass it like this Route::get('myProject/public/project/8...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.