Design REST API for booking system – part 1

General scope for REST API in Laravel 5.4 This series of articles should help you easily design REST API in PHP Laravel framework using minimum effort and saving your development time. Skills for building quickly any kind of API are especially now very important when everything is decentralized. At the beginning will will focus on 

Continue Reading…

PHP Artisan commands list with Laravel 5.4

Working with Laravel without PHP Artisan would be no so efficient. Laravel delivers us list of mostly used commands by daily developer’s activities. You need to know this list and use the commands to speed up your efficiency in coding. Some of the php artisan commands are shown in action in my laravel project where 

Continue Reading…