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...
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 query simplified bellow. I have to use an alias as I am using union/sub query. (select d...
Hey all, I want to create a standalone script that I can call from an iOS App that will output XML....
Hi guys. I was wondering if you guys any tools or packages or libraries to help me migrate from SQLI...
Should I be using a separate database for listings in my app, which is the primary business/sales da...
I'm looking for a good resource or tutorial that will help describe the Laravel/Eloquent way of gett...
Hello everybody, I using laravel 4 to develop my website.i want to translate my website contents.the...
I'm trying to set up CodeCeption, with great success so far. The problem that I have though is that...
Given I am working on a event registration website with a database schema like this one http://www.d...
Hey all, I am building a PM system with the following DB (Currently - Open to suggestions) Users id...
Hi, I have created CRUD application using laravel and angularjs. I have succeded to add and delete u...
hi,i use this code for pagination in my view 'pagination.blade.php' <?php $presenter = new Il...
how can i count number of records in table where status = 1 using laravel ???
I am not able to understand the error. I have put bits from logs,migrations and form and route. -log...
In my project I want to create a small search engine (+-1000records needs to be searched). First of...
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.