I know to override the standard "id" column for primary key in an Eloquent model that you...
Hi, I'm new to laravel. Currently trying to use eloquent in one of my application. I've 3 database t...
I have an Ads website, built on top of a CMS. Recently I have decided to write few managemenet utili...
<?php // Controller public function store() { $validator = Validator::make($data = Input::all()...
so i have this join query $artikels = DB::table('artikel') ->leftJoin('kategori_artikel','artike...
Hi guys, I'm working on creating my own Project Manager, I currently have a projects, users and a pr...
I cache the results of a query using the remember method. But how to cache all query?
This is my ServiceProvider located at App/Providers/ <?php namespace Sail\Providers; use Illumi...
This is my query simplified bellow. I have to use an alias as I am using union/sub query. (select d...
Apologies this is on 5, and I know things are likely to change at any given moment, but I think this...
Should I be using a separate database for listings in my app, which is the primary business/sales da...
Hello, is there a way in Laravel to store Data for a Model in two different tables? Or to build rela...
I'm looking for a good resource or tutorial that will help describe the Laravel/Eloquent way of gett...
Hi everyone!! Please I need help: How can I bind a Form::model if I have a polymorphic relationship?...
Hello everybody, I using laravel 4 to develop my website.i want to translate my website contents.the...
Given I am working on a event registration website with a database schema like this one http://www.d...
Hello friends, I have problems to extract the year from a date, grouped by date and sort by date usi...
how can i count number of records in table where status = 1 using laravel ???
Hi Everyone, I want to store the unique value of url in an account at any time. As per laravel docum...
Hi guys, I cannot seem to figure out why this does not work. I want to show the opening hours for my...
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