Best laravel framework open-source packages.

Meddit

Full stack forum similar to Reddit's UI design with authentication, authorization, user roles, and comments on comments functionality, as well as automated unit tests.
Updated 5 years ago

Meddit

META+Lab Summer Immersive Project

To run this project:

back-end:

cd forum
# install dependencies
composer install
# migrate tables
php artisan migrate
# seed tables
php artisan db:seed
# start server
php artisan serve

front-end

cd forum-vue
# install dependencies
npm install
# run project
npm start

open:
http://localhost:8080/

For a detailed explanation on how things work, check out the guide and docs for vue-loader.