Skip to content

Repository files navigation

NFTStack Product

Official Lumen Documentation

Documentation for the framework can be found on the Lumen website.

Middleware documentation

Routing documentation

Controllers documentation

Database Migrations

Create tables base on migrations file

php artisan migrate

Create Migration file

php artisan make:migration create_{table_name}_table

Run server on port

php -S localhost:8000 public/index.php

Swagger Documentation

to publish configs (config/swagger-lume.php)

php artisan swagger-lume:publish-config 

Make configuration changes if needed, to publish everything

php artisan swagger:generate
php artisan swagger-lume:publish

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages