CRUD Laravel Lumen (LaundryApps Project) #1
2 min readOct 6, 2020
Bismillah,
Today, I’ll show you how to build Restful-API using Lumen. And Maybe this part will continue until we can make Laundry Apps using Android Native and React-Native. I’ll break this tutorial into some parts. Enjoy it!! 😁😁
Don’t forget to install the composer in our OS.
Create a New Project
composer create-project --prefer-dist laravel/lumen blog
A new folder will be created in your directory.
Running Lumen Laravel Project
php -S localhost:8000 -t public