Tag: Laravel
Creating A New Laravel App With Initial Setup
How to create a new laravel app with initial setup and get everything up and running? To create your first Laravel app, you will require some prerequisites and here is what you will need to have installed: Composer WebServer; I
Laravel Events Introduction With Example
Laravel Events Events are one of the many powerful features of the Laravel. The event basically means the thing that happens or takes place, especially the one that is important. So, in Laravel’s case, events are triggered when some condition
Video Compression Using Laravel
Introduction to Video Compression Video Compression is a term used to define a method to reduce the data used to encode digital video content. This reduction in data further translates to various benefits such as smaller storage requirements and lower
Laravel 5.4 Logs And Errors
Introduction to Laravel 5.4 Logfiles: A log file is a file that keeps a registry or records of events, processes, messages that occur in the operating system or any software runs. -Laravel provides the robust logging services that allow the
Deploy the laravel project on 1&1 production server
How to deploy the laravel project on Shared hosting server On shared Environment: Step 1: Push the code to Production Server. I’m assuming that your project is running perfectly on your localhost and now you are ready to push it
Download files from S3 disk in Laravel
how to download file from s3 disk in Laravel What is AWS S3? Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. S3 helps you securely upload and download
Detect Text From Uploaded Image and Base64 string
How to Detect Text From Uploaded Image and Base64 string in laravel Laravel has various packages available to achieve this. I have tried “yk/laravel-ocr” and “alimranahmed/laraocr” but these are not producing accurate results. After that, I used the “AWS sdk”
Laravel Cron to keep executing manually even for a long time
Laravel Cron to keep executing manually even for a long time The cron jobs we create in Laravel can be very time consuming if they have much to do. They may take a few minutes to execute completely. While testing
Face detection using Laravel
Method of Face detection using Laravel Laravel is a PHP framework for Web Development. It provides many features to make things easy for Web Development. It also takes care of the security of the application. If you have an intermediate