Support the ongoing development of Laravel.io →

barantr90

Joined 23 May 2014

Statistics

Threads 5
Replies 6
Solutions 1
Articles 0
posted 8 years ago

Laravel 5.2 relationships between users and profiles tables

Hello guys, I am tyring to connect my two tables which are they 'users' and 'profiles' Here is my co...

0 Likes
0 Replies

sorting multiple tables by time

hello to every one, I am trying to sort multiple tables like this; //Controller http://laravel.io/bi...

0 Likes
4 Replies
Solved

generating URL like ?filter=posts

hello to every one, I wanna generate url's like ..?filter=post but how can I do that in Laravel. I s...

0 Likes
3 Replies
Solved

about set a cookie

hello to every one, I am trying to set a cookie with php because I dont know and dont understand how...

0 Likes
2 Replies
Solved

blade template hidden field value

Hello to every one, I am trying to get a value and put it on hidden field on laravel blade. here is...

0 Likes
3 Replies
Solved
replied 9 years ago

sorting multiple tables by time

pmall said: see the sort method However a basic understanding of php is required to use laravel at...

0 Likes
replied 9 years ago

sorting multiple tables by time

pmall said: You can merge two collections $posts = Post::orderBy('created_at', 'DESC')->get();...

0 Likes
replied 9 years ago

generating URL like ?filter=posts

TorchSK said: What do you mean by generate URL? I dont actually but when I searched on the interne...

0 Likes
replied 9 years ago

Can't upload a photo to laravel

hello, I am working ona project and I am trying to upload a photo, too. I have a another question. W...

0 Likes
replied 9 years ago

about set a cookie

stickman373 said: $guest_username = 'misafir'.$_COOKIE['guest']; On that line you probably have th...

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.