Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elmijo/laravel-tic-tac-toe
- Owner: elmijo
- Created: 2018-12-01T14:11:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T00:05:03.000Z (about 6 years ago)
- Last Synced: 2024-11-08T15:44:54.420Z (2 months ago)
- Language: PHP
- Size: 482 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
'''