Category : PHP

Laravel Image Optimization using Spatie

By | October 1, 2019

Hello Coders !! This tutorial is about the Laravel image optimization using a spatie laravel package. Suppose you are dealing with large scale projects that have a very large amount of images at that time this package integration will help you. At that time image optimization becomes a very important part of whole site benefits… Read More »

How to upload files in amazon s3 bucket using Laravel

By | September 6, 2019

Hello Coders !! This tutorial is about How to upload files in amazon s3 bucket using Laravel. So let’s start with setup framework and Amazon S3 account. Step 1 : Setup Amazone S3 bucket Here we first create an account in third-party service called Amazon S3. Open this link Amazon console for Login. Click on Amazon… Read More »

Laravel Paypal Payment Integration

By | August 26, 2019

Hello Coders, Welcome to CodesCompanion easy way development tutorials. This tutorial is about the Laravel Paypal Payment Integration. Previously I had written about the other payment gateways such as Stripe, Instamojo, and Razorpay that you can check in my other articles. Currently, let me tell you about the PayPal payment method integration in Laravel. Step… Read More »

Laravel Unlimited Hierarchical Category Tree View

By | June 8, 2019

This tutorial is about the Laravel Unlimited Hierarchical Category Tree View. You can use this code for an unlimited hierarchical category in the admin panel and front-end. Same as Magento’s category hierarchy. The first step you need to install the fresh latest version of Laravel in your local system for that follow the previous tutorial… Read More »

Email Verification in Laravel 5.7

By | March 6, 2019

Hello, Coders !! This tutorial is about Email Verification in Laravel 5.7 in the registration process. Laravel 5.7 provides convenient methods for sending and verifying email verification requests. The first there will be two possibilities that you can start this development from scratch or you have already set up the project and you just need… Read More »