Support the ongoing development of Laravel.io →

eriktisme

Joined 31 Jan 2014

Statistics

Threads 9
Replies 126
Solutions 10
Articles 0

What to use ?

What is better to use and why ? http://laravel.io/bin/bkD7X or http://laravel.io/bin/XL5Oj ?

0 Likes
1 Replies

Status updates by Friends

Hey fellow Laravel friends, I'm trying to build status updates like Facebook. But my question is how...

0 Likes
3 Replies
posted 10 years ago

Problem with seeding.

I'm getting the following message by my code. preg_replace() parameter mismatch pattern is a string...

0 Likes
1 Replies
posted 10 years ago

Pivot table wherePivot

I got a function to find a friend request by friend pivot id. Code // Repository public function fin...

0 Likes
0 Replies
posted 10 years ago

Checking if friends.

I want to check if people are friends. I want to check if in a row both the authenticated user exist...

0 Likes
5 Replies
Solved
replied 9 years ago

belongsTo model method inconsistent behavior

This is because public function creator() { return $this->belongsTo('User'); // Looks for cre...

0 Likes
replied 9 years ago

Login working once

To improve your code a little add this to the User model and remove the line // Add this public func...

0 Likes
replied 9 years ago

Private Messages: How to group into conversations?

I made a conversations/messages system a while back, and did it like this. users id | etc. conversa...

0 Likes
replied 9 years ago

Repository Pattern in Laravel 5

If you want to use a repository pattern, then it's bad practice. But on topic, if your app is small...

0 Likes
replied 9 years ago

Blade - escaping @ symbol?

What if you do this: <a href="https://www.google.com/maps/@{{ e($myvar->lat) }},{{ e($myv...

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.