Get very useful tricks to play with laravel requested url, this tutorial provides solution to find Current Request URL, mach Current URL to given String or pattern and few more useful functions from laravel framework
Laravel 7
Beginners guide to use Redis with Laravel Framework
What is Redis? Redis is an open source in memory data structure store mostly use as a database, cache or a message broker on backend, Redis is advanced it uses key value storage mechanism to store the data, if you are thinking to use Redis on your project then it’s an outstanding open-source choice available […]