Skip to content

hatchwald/vhiwev-api

Repository files navigation

Lumen PHP Framework

Build Status Total Downloads Latest Stable Version License

Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching.

##Requirement

  1. PHP 7.2 or higher
  2. PostgreSQL 11 / MySQL 8 / SQLite 3
  3. Composer 2

##Step to use this repositories

  1. set .env you can copy example from .env.example
  2. fill the config on .env
  3. create database , if you are using Sqlite just create database.sqlite and set path to database file
  4. run php artisan migrate to initiate table database
  5. for serving this repositories use php -S localhost:8000 -t public , the port 8000 you can change as you want
  6. and you can start using this repositories

Official Documentation

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

Contributing

Thank you for considering contributing to Lumen! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Lumen, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Lumen framework is open-sourced software licensed under the MIT license.

About

This is repo for API testing interview using Lumen Laravel and already using automaton

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors