Support the ongoing development of Laravel.io →

4,311 Threads

Laravel + kendo UI ( ui for PHP)

Anybody out there having experience with using Laravel + kendo ui?

0 Likes
0 Replies

Declaration should be compatible - class extend error

Not really sure what I am missing here? The error: exception 'ErrorException' with message 'Declarat...

0 Likes
1 Replies

Eloquent Bitwise Operations Bitmask

Hi, is it possible to do a bitwise Operation in Eloquent like below? field and numer are a 8 Bit Int...

0 Likes
0 Replies
posted 10 years ago

Get ID of model that I just saved

So, I create an object, do the $object->save(); , and now I want to quickly get auto incremented...

0 Likes
4 Replies
Solved
posted 9 years ago

keep one default row in a model?

A row in a table must exist for my application to function. Is there a way to keep that row in the m...

0 Likes
0 Replies

Tell Eloquent to return an array using a column value as key

Hello all! Currently I have an application where I have stored in the database the following columns...

0 Likes
3 Replies
Solved

Auth::check() is not working

I am trying to authenticate users in my Laravel application. I am encountering the following problem...

0 Likes
4 Replies
Solved

How will you implement the reply function of reddit?

In reddit, every reply could have many replies, again and again, a little complex for me, do you hav...

0 Likes
0 Replies

Is this a correct use of polymorphic relationships?

Hey there, I have been trying to create a preferences system for my app to control a number of featu...

0 Likes
1 Replies

Create relationships in create function

Is it possible to save Eloquent relationship before the Model::created event fires? I have tried ove...

0 Likes
1 Replies

Problems with migrations

In Laravel 5.0 I create a new model "php artisan make:model Product" and laravel's creates...

0 Likes
1 Replies
Solved

Global functions

Hey, i need to make some functions availabile everywhere: this means i can call them from a controll...

0 Likes
3 Replies

Relation issue, Model not found

Hey there, I'm having an issue using relation ships in eloquent. Edit:I'm using Laravel 5.1 I keep h...

0 Likes
4 Replies

How would you unit test Eloquent Scope Methods?

Imagine the following model: class Post extends \Illuminate\Database\Eloquent\Model { public functi...

0 Likes
0 Replies
posted 9 years ago

Problem with WhereIn in Eloquent ORM

Hi, Given code is working fine if just try to show the list but when I try to search some data then...

0 Likes
4 Replies
posted 9 years ago

Cancel Eloquent updating Event in trait

Hi guys, I'm working on one of my sites which should be able to basically have a "multisite&quo...

0 Likes
0 Replies

Changing column name in array after where statement

Ok, so this might be something really stupid to do, and I'm open to idea's, but is it possible to ch...

0 Likes
2 Replies
Solved

List data in a table with two mysql tables

Hi, I have two related tables in the main table have the id from another table but I would rather ge...

0 Likes
1 Replies

Drag and drop sorting with JQuery UI

I'm trying to implement drag and drop sorting using JQuery UI but I'm getting an "Internal serv...

0 Likes
4 Replies

Problems insert in Sybase int columns using Laravel 5.1

I'm having problems to insert values in tables with integer data type columns using Laravel 5.1 and...

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