Skip to content

neotrouz/minify-link

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.

Official Documentation

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

Installation

Vendor

Install required vendor using command below for running site.

$ composer install

Migration

Install required database and seeder, or refer to Laravel Migration.

$ php artisan migrate

Serving Application

Run command below to serve application with built-in PHP development server.

$ php -S localhost:8000 -t public

Documentation

Import minify-link.postman_collection file into your Postman application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors