Learn to develop Laravel RESTful API

[my_shortcode] 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 create RESTful API’s using php Laravel framework and its different methods with authentication. First of all, let’s talk about what is RESTful API. What is RESTful API? Representational […]
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.
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.