Skip to content
Advertisement

Tag: .htaccess

htaccess redirect profile page

I’m creating a system which shows your profile if you visit http://example.com/profile/profile.php?username=test I would like to make it so you could go to http://example.com/profile/test and it …

Laravel: how to cache route for 5 minutes?

I want to cache one route in Laravel project and clear it for every 5 minutes. I searched a bunch of articles but only found artisan route:cache command and I have no idea if it possible to configure caching time. So, this is my routes routes/web.php: And every time when user loads rating page the getLeaders() function initiates DB request

Advertisement