Support the ongoing development of Laravel.io →

4,311 Threads

Numeric empty input autofilled with value 0

I have a form with a numeric input (not required). When i save without fill the input and reaload th...

0 Likes
2 Replies

PayPal Payments Pro PHP Virtual Terminal POS LARAVEL

This web-based virtual terminal for PayPal Payments Pro can be used as a replacement for the one tha...

0 Likes
1 Replies

@foreach in Bladeview for Bllim Datatables

How can I pass Bllim datatables to blade view and use @foreach in the Blade View to check some condi...

0 Likes
1 Replies

ManytoMany with HasMany

Is there way to chain ManytoMany queries with hasMany? Thanks $user=User::find(Auth::Id());...

0 Likes
0 Replies

Dynamic properties for many-to-one relationships?

Note I'm using Laravel 5.0 (should I post elsewhere for 5.0? It's not available in the Laravel Vers...

0 Likes
3 Replies

[L5] External Database Schema, Models and Eloquent

Below is an explanation of how I got my Laravel 5 application to query an already-existing database,...

0 Likes
0 Replies

autocomplete and external source

My view: <h2>Laravel Autocomplete</h2> <?= Form::open() ?> <?= Form::label('aut...

0 Likes
0 Replies

How Eloquent works with Relationship?

I'm new to relationship so many apologizes if it's just dump question. I'm using a pivot table named...

0 Likes
0 Replies

Laravel Authentication Always Fails..

I've Searched quite a bit and can't find the solution.. My Credentials are valid, but it always retu...

0 Likes
0 Replies

Class '{blah}' not found (Laravel 5)

I'm having an issue related to Eloquent and calling it in the routes or Blade Templates, this error...

0 Likes
1 Replies

Composite keys and hasOne

got this table with composite key class CreateHtmlMetasTable extends Migration { public functio...

0 Likes
2 Replies

selection from one to many relation

HI, I have three tables like this: Users with columns id name Events with columns id fk_user name de...

0 Likes
0 Replies

Laravel5 Slug

Can anyone point me in the right direction of a slug package or a tutorial on how to make SEO Slugs...

0 Likes
3 Replies

mysql shema for eshop with services of multiple types

Hello, Im creating an eshop with Laravel and im designing the database. The eshop will have a variet...

0 Likes
0 Replies

customer.card.updated event in laravel cashier

How can I use customer.card.updated webhook in laravel cashier? Can any one tell me the steps.

0 Likes
0 Replies
posted 9 years ago

filter by property of hasOne relation

Hi guys, so I have a match model, a match hasOne hometeam and one roadteam. Like: match:{ hometeam:{...

0 Likes
1 Replies

Help with public static functions

I'm a member of Laracasts and have watched Jefferies video on public static functions. I am learning...

0 Likes
5 Replies

change Mysql to Eloquent

Hello, I need change query from Mysql to Eloquent here is code SELECT SUM((id_user=7) * `commission...

0 Likes
0 Replies

Rearranging JSON output

I have this basic model of a Contest with several Events, where each Player can have one result per...

0 Likes
13 Replies
Solved

how to sum column if id =value?

Hello, how to sum column commission if id in the same table =7 Thanks

0 Likes
3 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.

© 2024 Laravel.io - All rights reserved.