I like to implement this in an application: when the user becomes inactive and the session is about...
I'm trying to learn the basics of Laravel 4 and I'm also new to programming so I'm trying to learn a...
I was looking for a bottle neck of my app and it turned to be the laravel pagination. I have a table...
Hi there, I have my laravel project in git... and I do not want to commit my passwords to repo... so...
$data['photos'] = Userdata::where('name', '=', 'main_photo')->orderBy('updated_at', 'desc')->p...
Hello, I am new to Laravel and have an issue in one of my models. I have the follwoing: class User e...
Hello i was wondering is there an easy way to describe table that corresponds to specific model like...
I would like to know how i can combine 2 functions to a class. (newbie question) $data = tblcategori...
Hello, I have a database operation that saves a user in the database. After saving I will send an em...
I created a Forum which should upload an image. In my form i`ve {{ Form::file('image') }} This is a...
Relation: One customer has many activities. From the Index page, I want to show the latest activity...
Hi! I have a very specific small project need -- I need users to be able to upload their images (and...
I have 2 tables: listings and listings_specifications Listings table id type status location specifi...
I'm trying to adhere to the thin controller, fat model design so I want to put my validation in my m...
I'm unable to figure out how to set up/configure connection pooling for my SaaS app created using La...
Hey everyone, I am working on creating a news area for a local organization in my hometown. The basi...
I have a 3NF design (Tag , Item_Tag, Item) As below but it wont work because i'm looping the same ol...
I tried to create a table with artisan but it`s not setting up the table: I already puted the relev...
I am trying to create an application that would store lots of meta data for a user and the same meta...
I'm having a bunch of trouble with model scopes. I have one scope that works properly, called direct...
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