On Laravel 4.2 I can extend Custom Request class (http://laravel.com/docs/4.2/extending#request-exte...
Hi everyone, a "simple question" maybe it's not possible... I have this query repeated con...
Hello, I am using Laravel 4.2 to develop a web application for teachers. I have a User model that c...
In all examples I see pivot with tables relationship. Is it possible: I have result from one table [...
hello i want to save user ip in my DB. How to use Request::ip() in laravel 5?
i use this query CREATE TEMPORARY TABLE temp1 ENGINE=MEMORY AS (SELECT a.account AS Account, a.name...
Im using laravel-dompdf package to generate PDF file it's working fine but the problem is I want to...
Hi guys, I don't understand Middlewares that much yet. Can they be used to always form our response...
Why did they remove Forms and HTML in Laravel 5? and what is the replacement for these? Thanks in ad...
Laravel 5. I have 3 related tables. **Posts** user_id ... ... **Users** id ... ... **Tags** id nam...
I like how the new Auth & Password logic is laid out but I'm having some trouble getting my head...
I am trying to upload a file, I am using laravel 4 and deploy on google app engine. Locally everythi...
Hi, it may be an evident question but i can find the answer in the documentation. who can i order a...
Hello, How can I install 4.2 version of Laravel? It automatically installs 5.0 version. In docs 4.2...
Hi, I have one server in Forge and I've created 2 sites (site1.host.mydomain.com and site2.host.mydo...
Hello, I have a four different tables/models I'm trying to define relationships for and am having tr...
So i have User model and Articles model. When i return User::all()->toJson(); i get only user atr...
Hello, Can someone help me on this? My form Form::open(['route' => 'search', 'class' => 'form'...
Data Grid Cartalyst's data grid package that makes it easy to filter large data sources. It shifts t...
So, I got sick of reinventing multi tenancy over and over again. I got so sick of it in fact, that I...
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