i have mysql db with bit(1) data types, when using laravel db query classes the return values are em...
I have an existing database (can't change the structure) for which I need to make a web front end. T...
need a code for populating 3 select boxes(country,state,city) based on selection on previous select...
I'm developing a SAAS application using Laravel 4. I have one master database and multiple tenant da...
I'm developing a SAAS application using Laravel. I have one master database and multiple tenant data...
I'm going to start a SAAS model web application and gone through many searches. Finally in my mind h...
Hi all, I was wondering how I could do the following. I have a user table with 2 field 'first_name'...
Let's assume we have a catalog. We have base Item model and item types model (Car extends Item, Moto...
Table : photos #id -> primary key #item_id -> foreign_key #title -> string #order -> int...
In controller: public function deletePage() { $pageClass = $this->page->find(Input...
Hello If i have a table named 'Books' and i would want to print out all the names of the books that...
Dear friends, How could be possible to use a database table as a connection container in place of us...
I'm working with some log data and it returns about hundreds and thousands of data. Without using ch...
i have a array, store ID, and i wanna do update their position number. something like: UPDATE table...
I'm trying to figure out why a specific constellation doesn't work in the same way, maybe some of yo...
I have following code: public function delImage($path, $id) { $page = Page::find($id); \File::d...
is there any possible way to join tables with eloquent queries? i have 3 tables Users, Blogs & B...
Hello there, i've got an issue with a full text query, that is not running properly when using bindi...
Hello, I have 3 tables: products (->belongsToMany('Series')) series (->belongsToMany('Product...
Hello Laravel community, I currently run on the usercake php platform, which is just comprised of a...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community