8000 GitHub - keizah7/forum: Forum with Laravel 7 and TDD
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

keizah7/forum

Repository files navigation

PRs Welcome Chat HitCount Forks Stars Watchers Contributors

Let's Build A Forum with Laravel and TDD

Forum:

This project is for educational porpuses only. Pull request are welcome! Thank you for your cooperation!

Installation

.env

RECAPTCHA_SECRET=(v2 checkbox)
ALGOLIA_APP_ID=
ALGOLIA_KEY=
ALGOLIA_SECRET=

Commands

git clone https://github.com/keizah7/forum.git forum
cd forum
composer install
vagrant up
vagrant ssh
php74
cd forum
npm install && npm run dev
php artisan migrate:fresh --seed
php artisan scout:import 'App\Thread'

Authors

Artūras Followers

Releases

No releases published

Packages

No packages published
0