Ryan-Menezes / lumen-api-news

A simple API created with lumen microfrework to create news

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lumen API News

A simple API created with lumen microfrework to create news

Settings

Have Composer installed on your machine and through your terminal enter the project directory and run the command "composer update":

cd "project directory"
composer update

After this initial configuration, go to the root of the project and look for the file ".env.example" and rename it to ".env", in the same file change the system constants according to your needs.

Finally access the root directory of the project through your terminal and run the command "php artisan migrate --seed":

cd "project directory"
php artisan migrate --seed

This project was developed with the help of an online course

Course link: https://www.youtube.com/watch?v=5DuKETQLHRs&list=PLTZ2g-iFpCUuNWZ7wtDoxbKpSAChDyS0o&index=27

About

A simple API created with lumen microfrework to create news


Languages

Language:PHP 100.0%