Support the ongoing development of Laravel.io →
TerrePorter

TerrePorter

Joined 1 Oct 2014

Statistics

Threads 4
Replies 327
Solutions 36
Articles 0
posted 11 years ago

Vulnerability announced: update your Git clients

fyi, https://github.com/blog/1938-git-client-vulnerability-announced --- Dec. 18, 2014 A critical Gi...

0 Likes
0 Replies

My Homestead 2 setup on Windows

I created this thread as a reply to another to keep the topics separate but related. Here is how I s...

0 Likes
8 Replies
posted 11 years ago

beanstalk console

So I decided to try out the beanstalkd and the beanstalk console on my laravel homestead vm. I made...

0 Likes
3 Replies

Composer with GitHub project

Hello All, I'm trying to set up my composer to use my github to a project. I seem to be doing someth...

0 Likes
5 Replies
Solved
replied 10 years ago

Laravel Repositories and Eloquent ORM.

I have not really worked in using repositories in my projects yet. The only problem I see with the r...

0 Likes
replied 10 years ago

bootstrap/start.php missing and other startup problems

Did you install Laravel 4 or Laravel 5? The directory layout is different in version 5, and it doesn...

0 Likes
replied 10 years ago

Laravel Repositories and Eloquent ORM.

After trying some examples I found out that when I use a repository the possibility of using eloque...

0 Likes
replied 10 years ago

[Forum] Mark laravel.io topics with my contribution

You could submit a pull request and make the changes yourself, the source is on GitHub, https://gith...

0 Likes
replied 10 years ago

I need get first,last name from table users?

$oAgent= DB::table('agents') ->join('users', 'users.id', '=', 'agents.id_user')...

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.