Is laravel by default sending charset coding header? Is it utf8? Can iI skip my meta[charset] tags?...
After following the steps for the 4.1.26 upgrade on Laravel, when I try to re-migrate and re-seed th...
I would like to be able to display a status message count on every view of a site that I'm developin...
Hello, good evening. Does anybody had problems today with latest Laravel update? Suddenly Mail::queu...
Hi, I'm trying to run the following query but it's not returning anything ... any idea why? $comment...
Hello everyone, In my database I have two tables: Users and Notes An User has many notes and every n...
I have a User model with a little hom-made "roles/permission" system. Directly in my User...
How to send gzip encoded response from a restful service? return Response::make( $body, $st...
Laravel has a really nice remote SSH connection configuration file: app/config/remote.php (see: http...
I'm trying to load a blade view with layout, but I get this error: "Attempt to assign property...
In my Laravel installation I have posts and tags entities with relationships between them. In the cr...
I am getting this error while using Intervention for image upload Can't write image data to path [C:...
Hi fellows I have a "layout.blade.php" with a @yield('content') and a login.blade.php with...
I'm tryting to add search function to backend of website i'm working on. Here is my search form. And...
Hi all, How do I reuse a model I created in a package right in the root application ? Thanks :-)
Hi there! First of all, Laravel is awesome, I haven't been so enthusiastic about something a long ti...
Hi guys, we have a project like this site: http://printio.ru/ but we are focus on our templates(busi...
session_start(): Failed to initialize storage module: user (path: /home/sitename/html/app/storage/se...
Hey guys, I'm trying to make a IdealPayment systeem for a website I've to create, but I'm stuck.. I'...
I have a user's table for my application. I also have a pivot table for people who add other people...
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