lucasxciv / lumen-phone-book

Simple Lumen Appointment Book - PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lumen Phone Book

Simple Lumen Phone Book - PHP

Installation

1. Clone repository and install dependencies

git clone https://github.com/deoliveiralucas/lumen-phone-book.git

composer install

bower install

gulp

2. Configure .env file

cp .env.example .env

3. Execute migrations

php artisan migrate --seed

4. Run server

php -S localhost:8000 -t public

Screenshot

About

Simple Lumen Appointment Book - PHP


Languages

Language:JavaScript 60.1%Language:CSS 31.8%Language:PHP 6.6%Language:HTML 1.5%Language:ApacheConf 0.1%