Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 805 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 805 Bytes

Laravel Lumen E-commerce RESTful API

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.

Project Information

Testing out laravel lumen through creating a generic ecommerce api with minimal functionalities.

Logs:

  • "composer install"
  • "php artisan jwt:secret"
  • locally host: "php -S localhost:8000 -t public"
  • composer composer dump-autoload (regen after migration, or add directory in composer)
  • composer update (needed after instaling new package)