Hi guys, I am new to Laravel and it's great! but i am struggling with one issue for couple hours now...
Hi, I'm just starting to learn laravel and I keep experiencing this one problem I really don't know...
I'm trying to trigger an event at the end of my queues. I followed the laravel docs and added Queue:...
I've just upgraded my install of aws upto php56. When I try and run composer install I get the follo...
laravel version 5.1.28 -- route.php --- Route::get('/w2', function () { $taskName=DB::table('ta...
Hi all! I am searching a way to get an additional log file for a specified route. So in my case i wa...
Hi. In the past we use to do something like Cookie::get() - Cookie::set() - Cookie::forever() but th...
Hi, I tried to update my L4.2 app to L5.0 using Laravel Shift. It made a neat pull request branch th...
this is my app.js var myApp = angular.module('myApp', ['ngRoute', 'ngCookies']); myApp.config(...
Failing to load the name of the category :( WelcomeController@index: public function index(){ $pos...
Hello. How I can do this query: SELECT COUNT(*) as `members` FROM `users` WHERE `rank` IN (SELECT `i...
I have this JS code that receives an image file and make it into binary using the FileReader API in...
Hi folks, I would like to know how can I do to call a custom directive with blade, considering these...
Been battling with this for days ... really hope someone can see what I'm missing I have a form that...
I am currently investigating an authentication bug in somebody else's application which occurred whe...
I followed the laracasts tutorial on Socialite. My ultimate aim is to connect to azure ad, but I wa...
I have just tested laravel session use database engine. With multiple submissions case, I tried fix...
Hi, I tried to submit an array of text boxes with say <input type="text" name="description[]" req...
Hi, I'm trying to upgrade my Homestead installation to use php 7 as described in [1]. When I run the...
Has anybody tried using Doctrine instead of Eloquent with Dingo Api? I'm in struggle because Dingo s...
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.