Category : Ubuntu

Laravel Framework upgrade from older version 7.x to 8.x

By | October 31, 2020

Hello Coders!! This article is about the Laravel Framework upgrade from older version 7.x to 8.x using laravel guide. So in this article, we are going to step by step we are going to upgrade laravel version from 7.x to 8.x. If you have any existing laravel project in 7.x or older then you can… Read More »

Firebase RealTime Integration Laravel-5-x

By | January 11, 2020

Hello Coders !!, Scientists, This article, we will learn about Firebase RealTime Integration Laravel-5-x using google firebase Realtime database. The Firebase Realtime Database is a cloud-hosted database where Data is stored as JSON and synchronized in realtime to every connected client. So when we need to use Real-time change on the web app or mobile… Read More »

Paytm payment gateway integration with laravel 5.4

By | December 9, 2019

Hello Coders !!This tutorial is about the Paytm payment gateway integration with laravel 5.4 with Laravel’s latest framework. So you can follow step by step to integrate paytm payment gateway integration in fresh Laravel. Also, if you want to integrate into existing code then just follow after the installation step. So the first step is… 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 »

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 »

Install Basic Setup Of Apache2 / PhpMyAdmin / MySql Server On Ubuntu 16.04 – Install Basic Setup Of LAMP

By | January 30, 2019

Hello Coders !! This article is about Install Basic Setup Of Apache2 / PhpMyAdmin / MySql Server On Ubuntu 16.04 – Install Basic Setup Of LAMP. This will helps you to start coding. Step 1: Apache Installation The initial step to start with Apache is out there within Ubuntu’s default software package repositories. So now… Read More »