Support the ongoing development of Laravel.io →

grandehombre

Joined 29 Aug 2014

Statistics

Threads 3
Replies 6
Solutions 0
Articles 0
posted 8 years ago

Create model and load with data from non-db source

Hi, I currently have a mechanism that allows me to build list pages with a grid that displays data v...

0 Likes
4 Replies

Is there a way to alter the UPDATE SQL generated by Laravel?

I am trying to implement data version-checking, so that when a user A tries to save data, the operat...

0 Likes
5 Replies

Form::select() uses wrong parameters

When I do this (note the 4th param with the class info) Form::select('costRange', array('a' => 'a...

0 Likes
2 Replies
replied 8 years ago

Create model and load with data from non-db source

Thanks menjaraz for replying! This looks quite interesting. I am actually after something that will...

0 Likes
replied 9 years ago

Model events on deleting not work

I use Laravel's soft-delete for some of my models. However, in addition to the deleted_at column, I...

0 Likes
replied 9 years ago

Is there a way to alter the UPDATE SQL generated by Laravel?

micheleangioni said: In order to build something like that there are a lot of ways. The simpler one...

0 Likes
replied 9 years ago

Is there a way to alter the UPDATE SQL generated by Laravel?

Thanks alainbelez, the observers offer the opportunity to change the model data but do they allow me...

0 Likes
replied 9 years ago

Preventing overwriting changes in database.

one common method of doing this is to manage a data-versioning protocol yourself. For example, all...

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.