I'm just learning Laravel so this question may seem simple but not to me. Example: I have a view wit...
I have one particular Eloquent model that is giving us seemingly random problems with inserting. Tha...
Hello, before to explane the problem, I try to make clear the situation of my system. I'll indicate...
deepakjd liked this thread
If I use the following code snippet in my model it inserts the data: $fillable = ['email', 'username...
Hi! I have problem with User model. My folder structure #app/ ##Snippet ###Providers ####Repositorie...
Hello -- I would like to add a function to my model: (assume a blog where users have posts, and post...
I'm attempting to run Daryl Rees example of Games website. But when I launch my site I get the follo...
Hello i need help to convert query to laravel select login,name from mt4_users,users_agents where mt...
Hello everyone, I am a Laravel newbie and still trying to find my way around it. I am overloading th...
I have a topics and links tables on Laravel 4.2 with Eloquent ORM. They have a relationship like thi...
Hello, What is the reason this error? http://prntscr.com/5ogmvq Is indicating the wrong way from my...
Hopefully the following code will set up background. class Freelancer extends Eloquent{ public f...
When I open my page using the cats DB from the book "Getting Started with Laravel 4" I get...
I have not done much in the way of creating PDFs and wanted to find out if it was possible to take a...
I got ErrorException Undefined variable: skip using the following code. $skip = ($page -1 ) * 10;...
Hi all, If I have 3 tables (users, organizations, guest) who share the same feature, it's ok to put...
Hi, I want to get products with a seri name contains a certain word. However it returns all products...
I know there are a method what called find in laravel, I have a table with this structure (articles...
Hello, i try to get all datas (relation inlcude) from a user table but i cannot get somme values. cl...
Hello, I'm new to laravel, and I'm trying to learn the framework by following a book. In that book t...
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