Support the ongoing development of Laravel.io →
johnef

johnef

Joined 18 May 2016

Statistics

Threads 11
Replies 8
Solutions 1
Articles 0

Laravel - retrieve all user with their project from two tables using Eloquent

I have two tables 1- projects 2- clients I need to get the names from the client table and the proje...

0 Likes
1 Replies

can't send mail from my web application, and no errors

Hi I am trying to send a contact us mail with attachment, when I submit the form, it just comeback w...

0 Likes
2 Replies

Use include the right way in blade

Laravel 4.2 I am trying to include pages depending on the page URL like so @if(Request::path()==&quo...

0 Likes
1 Replies

Join multiple tables Eloquent

I am trying to Join multiple tables and get results I have now 2 tables 1- projects_info (id - pro_t...

0 Likes
1 Replies
Solved
posted 9 years ago

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

in native PHP I use to do this $var = isset($_GET['val']) ? $_GET['val'] : 1; then switch case 1: in...

0 Likes
5 Replies
Solved
replied 9 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 9 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 9 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 9 years ago

Join multiple tables Eloquent

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

0 Likes
Solved
replied 9 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.

© 2026 Laravel.io - All rights reserved.