I'm using Envoyer to deploy one of my projects to an AWS EC2 server running on AMI. So I chose to de...
My SaaS product has been the target of people using SQLMap. I've been trying to figure out how to bl...
Is there any benefit to the following 2 pieces of code in a model class? Which one should I adopt an...
In the app/Exceptions/Handler.php file's render function, I added if ($e instanceof \Illuminate\Sess...
I'm working with some log data and it returns about hundreds and thousands of data. Without using ch...
After spending hours experimenting, this seems to be working for us. Route::get('/{slug}', function(...
Just installed Vagrant v1.6.2 and it's working fine now. Would be good to indicate the minimum requi...
Previously I had separate routes for domain.com/u/<user> and domain.com/<page_slug> But...
Sorry, the example I gave was really bad. The data type of the slug doesn't matter. What I intend to...
The Laravel portal for problem solving, knowledge sharing and community building.
The community