How to run Laravel project with several commands

Laravel introduction Laravel is a relatively simple and lightweight PHP framework that every developer should know. Using the framework we can easily create Web APIs and deliver our IT projects faster than ever before. The advantage of the framework is the fact that you can run Laravel project with several commands and install new components 

Continue Reading…

Composer – installing php dependency manager

If you intend to develop your career as a PHP programmer, Composer’s knowledge is obligatory. Composer is a simple tool that allows you to manage efficiently with PHP packages. This enables you to easily install and remove packages in your PHP projects. In this tutorial I will show you how to install Composer tool. Composer 

Continue Reading…

How to use Postman with Deals and Coupons API

During this tutorial we will see how to start working with Postman by running simple get commands from external API. We will consume Deals and Coupons API available under the website: https://market.mashape.com. This website serves lots of different REST APIs from different providers. It is very good place to look for data about everything what 

Continue Reading…