Skip to content

A simple API created with lumen microfrework to create news

Notifications You must be signed in to change notification settings

Ryan-Menezes/lumen-api-news

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages