An open API service indexing awesome lists of open source software.

https://github.com/ekedonald/php-todo


https://github.com/ekedonald/php-todo

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Laravel Quickstart - Basic

## Quick Installation

git clone https://github.com/laravel/quickstart-basic quickstart

cd quickstart

composer install

php artisan migrate

php artisan serve

[Complete Tutorial](https://laravel.com/docs/5.2/quickstart)