I have three tables: Video (id, title) Tag (id, title) Video_Tag (id, video_id, tag_id) <-- join...
I have a User class that extends a Base class which extends Ardent. I'm toying with the idea of usin...
Hi, I have User and Company. If user select on registration that it is regular user the he just fill...
Hi, I'm building a new site in Laravel 4.2 and have written a class to handle adding and rendering o...
For instance, if I set the environment variable DB_HOST with value localhost through Forge, it creat...
Hello! It seems that Laravel 5 defaults to CSRF protection to all non-GET requests. While this enfor...
Hello, I keep getting this error on my ixwebhosting account "SQLSTATE[HY000] [2000] mysqlnd can...
I have created a package, and this package has a composer.json with it's dependencies. When I add th...
Hello, I'm moving our website from asp .net to Laravel (I'm new to it). Gonna explain where we are a...
Whenever i save any date or time into database i convert it into UTC format and save to database and...
I have the following query that returns results fine, but the order of the results isn't alphabetica...
I would like to run php artisan workbench "bench/package" --resources in routes or control...
Hi, I want to display error message, when login is not successful, this is what i am using, but this...
Hello everyone! First, please, excuse me for my bad english. I get strange problem with my app - whe...
hi guys, I ran a composer update on my project on another CPU. I tried copying the project to the cu...
I am using Mailchimp service and I am adding emails to list thru API, before any API calls I make su...
i don't know how to fix this is an error just in one page. I enable debug just to see the error, in...
Hello Laravel community, I am new to Laravel and trying to get my foot in the door. It is proving to...
I have users and workspaces on my project, and an is_invite field on the pivot table to tell when so...
In Laravel 5 there seems to be a bug that is preventing the form from being re-populated when the cr...
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