Tag: Laravel
Laravel Log storage in S3 bucket
How to Save Logs of Laravel in Amazon S3 Bucket? Problem – We are working on a laravel project in which logs are saved in the storage folder of laravel and it is using a lot of space. We need
Integrate Laravel web service with custom alexa skill
Steps for integrating Laravel web service with custom alexa skill: Step 1: Your web service should be on secure HTTP connection and should have SSL/TLS. Alexa strictly enforces for this to protect the confidentiality and integrity of your data. Step
Some important features in Laravel Framework
Some important features in Laravel Framework 1. Artisan: Artisan is a command-line interface tool which is provided by laravel. By using this tool, users can create database structure. It is also used for creating the MVC files right away which