Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keizah7/forum
Forum with Laravel 7 and TDD
https://github.com/keizah7/forum
forum laracasts laravel laravel7 php phpunit redis tdd test-driven-development
Last synced: 4 months ago
JSON representation
Forum with Laravel 7 and TDD
- Host: GitHub
- URL: https://github.com/keizah7/forum
- Owner: keizah7
- Created: 2020-03-31T12:28:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T10:30:56.000Z (over 3 years ago)
- Last Synced: 2024-09-27T19:41:03.316Z (4 months ago)
- Topics: forum, laracasts, laravel, laravel7, php, phpunit, redis, tdd, test-driven-development
- Language: PHP
- Homepage:
- Size: 2.18 MB
- Stars: 22
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
[![Chat](https://img.shields.io/discord/620935790867906561?label=chat)](https://discord.gg/YeJBQrTUT9)
![HitCount](https://views.whatilearened.today/views/github/keizah7/forum.svg)
![Forks](https://img.shields.io/github/forks/keizah7/forum?style=social)
![Stars](https://img.shields.io/github/stars/keizah7/forum?style=social)
![Watchers](https://img.shields.io/github/watchers/keizah7/forum?style=social)
![Contributors](https://img.shields.io/github/contributors/keizah7/forum)# 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](https://github.com/keizah7) ![Followers](https://img.shields.io/github/followers/keizah7?style=social)