Hello I made an app where users can upload images, and I want to restrict image dimensions to less t...
i try to populate the data from database in to PDF file in dompdf i tried something like this. class...
Urgent I have three tables in database. posts, categories and category_post . There fields are #Post...
Hello everyone, the problem is that im developing an bodybuilding workout app to track my progress,...
The next to last code snippet on this page (http://laravel.com/docs/eloquent) shows how to define cu...
Hi all, Fairly new to Laravel, and OOP in general, but have been using it fine for the past few week...
I have a bulletin system where posts can be made. What I need right now is a way to pull in the name...
So I'm doing something like this: $ImageCategory = ImageCategory::where('styles.id', '=', $categ...
Hi, I have a ManyToMany relationship with Listings an Categories class Category extends \Eloquent {...
Hello Community, Here is my model query : return $this->where('mac_address', $id) ->join($thi...
Please forgive any ignorance on my part. Has anyone devised of a more reliable way (in my mind) to...
Hello to every one. I am trying to display the entries which are stored within one hour, How to get...
Im using the frozennode administrator bundle for laravel 4.2 to manage amongst others my blog posts,...
I get following error: Illuminate \ Database \ QueryException (42S02) SQLSTATE[42S02]: Base table o...
Ok so in many cases you want to update integers in a database incrementally, this helps ensure that...
After some interest in the Laravel subreddit, I've decided to run a refactoring exercise a few times...
I have a serious problem. I have 3 models Role Model: <?php class Role extends Eloquent{ /** *...
I started one small project and wanted to have fun, so i created dynamic migration, that gets inform...
I'm following the docs to create the ORM relationships at http://laravel.com/docs/eloquent#relations...
Hello, i am facing problems with a validating GET request with a built-in validator class: Controlle...
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