Basic project to quickly start the development of an Rest API with Laravel
My minimal requirement if I have to develop an api with Laravel
- git clone https://github.com/Mlopezjo/api-base-laravel.git abl (<-- you can rename abl to your liking)
- cd abl
- composer install