I am considering using events in a refactor of a very large site. I am worried that if I use events,...
Whilst looking through the changes in 4.2, I noticed this bit of it, and am quite interested by what...
Put your newsletter form inside if (Cookie::get('myCookie') !== false) { //do stuff } If this i...
What had you been doing previous to this error appearing?
Whats the full error message
To create your cookie you need to use on the route associated with the homepage: Cookie::queue($name...
I find whenever Laravel can't find a class, the best first step to try is running 'composer dump-aut...
The Laravel portal for problem solving, knowledge sharing and community building.