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: 5 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T00:05:03.000Z (over 6 years ago)
- Last Synced: 2025-01-01T09:42:42.130Z (6 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
[](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
'''