Laravel is a PHP framework suitable for large-scale web development and business software. Laravel is the most popular framework. Read laravel news and tutorials.

useful-laravel-packages

Best Laravel packages every developer should know

Laravel is one of the most popular and widely used PHP frameworks. Laravel saves a lot of time and cost of development by easing common tasks […]
Learn to develop Laravel RESTful API

Learn to develop Laravel RESTful API

Laravel RESTful API Development, Step By Step Previously we have discussed how to integrate Laravel APIs in Angular app. In this tutorial we will learn how to […]

How to integrate PHP Laravel 5.8 APIs in Angular 7

When we want to extend functionality in WordPress project, we cannot do changes in core files because, WordPress updates frequently (currently at verion 5) and all changes will be overwritten back to default files of new version. Hence, the need for plugins for adding extra functionality. These are our experiences and process we employ at The Right Software to develop a WordPress plugin.
How to use Laravel Eloquent Relations - Introduction and usage

How to use Laravel Eloquent Relations

For databases that work on basis of relations i.e rdbms you have to define structure of your database before inserting any data to it . World’s […]

How to enforce HTTPS in Laravel

Installing SSL (URLs that start with https://) on your PHP project and implementing that in your code can be achieved by updating .htaccess file of your […]
ecommerce-website-in-laravel-php-framework

How to set up an eCommerce website in Laravel Framework

Laravel is a great flexible and most popular PHP framework for building web applications. So, its only logical that clients come up to discuss their ecommerce website development needs with us using Laravel. Now, we already provide ecommerce website development services using famous WooCommerce and heavy-hitting Magento. However, there are clients who are more interested in a custom ecommerce solution rather an open-source one. For them, this is a handy guide to set up your ecommerce website in Laravel.
Integrate PHP with NightsBridge: Integration and Price API Tutorial

How to integrate PHP website with NightsBridge : Integration and Price API Tutorial

NightsBridge is a property listing and booking platform in South Africa. We discuss how to set up affiliate Agency website that can list NightsBridge properties, NightsBridge white label link and finally, how to update your property listings with NightsBridge price API. Source code and examples included.
php framework comparison

PHP Framework Comparison: CodeIgniter vs Laravel vs Yii vs CakePHP

We provide a handy PHP Framework comparison for 2018. Our development team discusses CodeIgniter, Laravel, Yii and CakePHP to come up with a handy grading system to see which is the best PHP framework for your PHP web project development.
upgrade laravel 4 to laravel 5

How to Upgrade Laravel 4 application to 5

Learn how to upgrade Laravel 4 application to latest version Laravel 5.4. This is a technicle article very beneficial for your web application security. Changes to composer, MVC and core Laravel.
How to install Laravel App on Amazon AWS EC2

How to install Laravel App on Amazon AWS EC2

The Right Software recently successfully deployed a Laravel 4 web application on Amazon AWS cloud. The job was done by the deployment team of The Right Software along with the Laravel programmer. The job was accomplished to the client's satisfaction.
[cta id='6359']

Why Laravel is the best PHP framework

Above illustration of Google Trends clearly shows the popularity transition of PHP frameworks over the past 5 years. Among several PHP frameworks, Laravel is gaining quick lead in last couple of years and still continuing its upward mobility due to its repute worldwide. We pitched Laravel against CodeIgniter, Symfony (technically Laravel but still), Zend and CakePHP. The shift in the trends of PHP frameworks is based on few strong and evident reasons that no other framework can fulfill as well as Laravel
How to Import Wordpress Users into Laravel

How to Import WordPress Users into Laravel

We have all been there when we forgot the password to one of our Wordpress websites and needed a quick solution. A cursory search in Google will result in information on how you can login through database (through Hosting Panel / Cpanel) and go into Database Management tool such as phpMyAdmin and change password to MD5 of new password.