Skip to content

A basic r/place clone built with Laravel and Vue using websockets for real-time interactivity.

Notifications You must be signed in to change notification settings

aschmelyun/laraplace

Repository files navigation

Laraplace

This is the source code for the finished app in the "I built r/place with PHP and JavaScript in an hour" YouTube video. If you find any problems with the code, or need help with this project in any way, feel free to open an issue or reach out to me on Twitter!

Installation

Clone this repo, and then run the following locally:

cp .env.example .env
composer install
npm install
php artisan serve
php artisan websockets:serve

You will need a MySQL and Redis database service set up and connected. See the .env.example file for more details!

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

A basic r/place clone built with Laravel and Vue using websockets for real-time interactivity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published