Hello, I'm trying to create a system that will link multiple images with posts, for example, I want...
I am taking data from a junction table and want to chunk by id but the method is not recognized. Her...
Hi all, Im relatively new to laravel, but have been doing PHP for the last year with MySql, Im curre...
I'm running into an error that I can't solve. The mentions online aren't giving me a viable solution...
Hi guys! I'm currently trying to implement something like this but with laravel- Excel: link Excel:...
Hello,.. I am new in laravel, and I have a problem when going to transform the model into an array....
Hello, a few months ago, I successfully implemented Infinite Scroll in Laravel 5 using this tutorial...
I've just started to study Laravel using this course Laravel 5 Fundamentals but in lesson 22 I've a...
Hi all - I'm stumped with rule validation on update. All the examples use a user class but if I crea...
I want an average of all sales for the month of January in the whole table. My date_sold is in the f...
My form: {{ Form::checkbox('portfolio', 0, false) }} By default checkbox is unchecked. In controlle...
Hello, i'm new user of laravel and i tried use migrations relationship but it doesn't work. Can you...
laravel4 app/models/User.php not exist namespace so php artisan tinker > (new User); is worked l...
Hey, quick question. Laravel enforces naming conventions on its Models. If you name a Model "Us...
How would I achieve this? I am confused weather to use onetomany, hasmany, belongsto? Help me out.
I'm working on an app written in laravel 4.2, running on mysql 5.5. After an upgrade of mysql to ver...
SELECT DISTINCT user_id FROM picks WHERE weeknum = 1 I'm having a hard time finding examples using &...
Hi. I'm aware that this was often asked for in the past. There are basically two solution's that can...
Hi, I know , that exists way how to login users by theirs ids: Auth::loginUsingId($user_id) but how...
I have following tables: users (classic laravel table) events user_events in user_events I insert...
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