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.
Documentation for the framework can be found on the Lumen website.
Install required vendor using command below for running site.
$ composer install
Install required database and seeder, or refer to Laravel Migration.
$ php artisan migrate
Run command below to serve application with built-in PHP development server.
$ php -S localhost:8000 -t public
Import minify-link.postman_collection file into your Postman application.