Support the ongoing development of Laravel.io →
posted 10 years ago

How can I add new keys to a newly created Collection using each()?

I am trying to add two new keys to a previously iterated Collection. I am using the each() method bu...

0 Likes
0 Replies

Select from subquery

hi, i need to do this query: SELECT avg(vote) FROM (SELECT max(timestamp), vote FROM votes_table WHE...

0 Likes
1 Replies

homestead confusion - setting up ssl and clarity on using VM

Hi I'm trying to start to use vagrant for development - I'm completely new to using vagrant for my d...

0 Likes
0 Replies

Uploading files with ajax dropzoe on nginx server with Laravel

Hi guys; I am pretty new to this I was wondering if this is the right way of doing it. Any tips woul...

0 Likes
1 Replies
posted 10 years ago

Selects with joins and wheres

I'm trying to select specific columns from two tables however when I add the ->select() method in...

0 Likes
3 Replies

Enable Blade by default

Hey guys, is it possible to enable Blade by default, without having to name file with .blade.php ext...

0 Likes
0 Replies

Relationship with Games and Events

I'm trying to figure out this tough relationship with the Eloquent relationships. Lets say through o...

0 Likes
4 Replies
Solved

how to mass delete users with array

Hi, I have an array of user id that need to send back to laravel route for deletion. How should I se...

0 Likes
2 Replies
Solved
posted 10 years ago

one-to-many relation problem

Hello i facing an issue with the inverse relation of a one-to-many relation. My two models are the f...

0 Likes
1 Replies
Solved
posted 10 years ago

Question about Overwriting Sections

hay, i can't understand this part in laravel doc when they said : Overwriting Sections By default, s...

0 Likes
0 Replies

Correct Method of User to Profile Linking

Hi All, So after many years of failed attempts at using PHP frameworks, I found Laravel and I love i...

0 Likes
3 Replies

[Package] HtmlBuilder extension

Hi, to speed up some view creation i extended Illuminate\Html\HtmlBuilder with other methods as: fa...

0 Likes
6 Replies

Database query returns null

This code returns true when run and I don't get it. What am I doing wrong. Thanks guys! profile = DB...

0 Likes
2 Replies

HHVM instead of PHP, laravel composer installation error!

I install a nginx server in ubuntu 14.04 LTS 64 with HHVM Fastcgi Service and i install laravel via...

0 Likes
3 Replies
Solved

Setup for DigitalOceans

I'd like to use Laravel Forge but I don't own a credit card. What does Forge do to DigitalOceans? Co...

0 Likes
5 Replies
Solved
posted 10 years ago

Where NOT in pivot table.

In the old forum there was a thread called the same asking for an „ItemsNot()“ function: http://foru...

0 Likes
1 Replies
posted 10 years ago

Injecting variables into email before being sent

As part of my app I want to be able to track if emails have been opened, to do this I'm embedding a...

0 Likes
1 Replies
Solved

Get Current Url Parameter

I want to get Current url parameter in vie. Let my url is mysite.com/public/user?page=2 Now I want g...

0 Likes
3 Replies

which is the proper method to install?

Hello, I have ubuntu14.04 and lampp installed . I was learing Laravel but get a lot of confusion on...

0 Likes
3 Replies
Solved

Many Text Inputs as array. Issue with formbuilder (htmlentities)

Hi all, I have a form like this: // testview.blade.php Form::open(); Form::text('someInput[]');...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.

© 2025 Laravel.io - All rights reserved.