Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elmijo/laravel-tic-tac-toe

This is a simple aplicatión to show how work laravel and Vue
https://github.com/elmijo/laravel-tic-tac-toe

Last synced: 7 days ago
JSON representation

This is a simple aplicatión to show how work laravel and Vue

Awesome Lists containing this project

README

        

# Tic Tac Toe

[![Build Status](https://travis-ci.org/ElMijo/laravel-tic-tac-toe.svg?branch=master)](https://travis-ci.org/ElMijo/laravel-tic-tac-toe)

This is a simple application that shows an easy way to integrate Vue and Laravel.

## Install

```
git clone https://github.com/ElMijo/laravel-tic-tac-toe.git
cd laravel-tic-tac-toe
./setup
./up
```

## Create demo users

This command create two users **[email protected]** and **[email protected]** with password **secret**.

'''
docker run --rm --interactive --tty --volume $PWD:/app php artisan db:seed
'''