In the app/Exceptions/Handler.php file's render function, I added if ($e instanceof \Illuminate\Sess...
Hello, anyone please help me how to connect to mysql server using SSL? I tried to put these lines...
I've two models House and Postalcode: <?php namespace App\Models; use Illuminate\Database\Eloq...
I am using the same codebase to spin up different sites which may exist in different timezones. The...
Simple and lightweight package to let your Laravel console commands validate the input they receive....
I can't get $request->user() in my CheckRoles middleware. it always null after loging and redirec...
Hi I am using sublime text 3 with plugin phpfmt now it's asking for update php to 5.6 I am using wam...
I've a site and CMS built on top of Laravel 5.1. The file images larger than 1mb are not being uploa...
So two questions. I was thinking, I've created a webbapp before, just not with a framwork, and I had...
Outside Laravel I may would defined a variable as $validation and asigned it a zero integer, and if...
Hello everybody I hope someone can help me. Problem A shop should be able to save its opening times....
I recently found that the registration of new users, login and such, should be in the AuthController...
I have a Laravel 4 application where I check if the user is authenticated and if not it redirects th...
I've got an old users table that has user info with unhashed passwords. I want to migrate all of tho...
In a Laravel 5.2 application I have a BaseController (all other controllers inherits from this) with...
How would i go about showing data formatted nicely in json allowing the parent data and linked data...
Hello, I'm writing here in regarding to problem which I have got. Yesterday I started my adventure w...
OS: Ubuntu 12.04 x64 php(s): 5.3.10 (and tested with 5.5.3) apache(s) 2.2.22 (and tested with 2.4.6)...
So I have this form that on the main website, that uses file[] for the form field. That works fine....
Hi All, I am trying to do a fresh install of Laravel and I am using the following command: composer...
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