Any one else think the new laravel blade syntax is ridiculous? We now finally have PHP storm support...
Hello, I'm quite confused with this. Pretty much I have to environments prod and local. Prod has deb...
As the title says, for some reason when using DB::raw and an alias within DB::raw the alias name (fo...
Hello, I am trying to implement a polling queue called MasterQueue that every 15 minutes this Master...
Hello, I am trying to keep track of how long a user is logged in for. I am kinda stumped though. I k...
Now to answer your second question : you need to make a table first in your database like so : php a...
To answer your first question : You have three ways to destroy sessions Session::flush(); // remo...
The GUID is used so that when each form is submitted I can use the GUID to look up the specific row...
Sorry, in the query string I am inputting a GUID of a multi-page form. Rather then using a auto incr...
The Laravel portal for problem solving, knowledge sharing and community building.