Lumen generate keyTo generate application key in Lumen, please add your routes/web.php and point your domain to /key and copy the output string and paste it in your .env file$app-& ...
Below are steps to install Soap module in PHP 7, 7.2, 7.3 on Ubuntu.Command to check Soap is installed or not. apt-cache search php | grep -i soap
If not first install it by runni ...
Reverse Routing in LaravelIn Laravel reverse routing is generating URL's based on route declarations.Reverse routing makes your application so much more flexible.For example, the b ...