https://github.com/ttskch/symfony4-doctrine2-user-following-feature-sample
Sample app with user following feature implemented with Symfony4 + Doctrine2
https://github.com/ttskch/symfony4-doctrine2-user-following-feature-sample
doctrine doctrine2 follower following symfony symfony4
Last synced: 3 months ago
JSON representation
Sample app with user following feature implemented with Symfony4 + Doctrine2
- Host: GitHub
- URL: https://github.com/ttskch/symfony4-doctrine2-user-following-feature-sample
- Owner: ttskch
- Created: 2018-03-11T08:28:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T07:58:58.000Z (over 8 years ago)
- Last Synced: 2025-04-02T21:44:43.523Z (over 1 year ago)
- Topics: doctrine, doctrine2, follower, following, symfony, symfony4
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# symfony4-doctrine2-user-following-feature-sample
**Sample app with user following feature implemented with Symfony4 + Doctrine2**

## Live demo
👉 http://symfony4-doctrine2-user-follow.herokuapp.com
## Usage for local trying
```
$ git clone git@github.com:ttskch/symfony4-doctrine2-user-following-feature-sample.git sample
$ cd sample
$ composer install
$ php -S localhost:8000 -t public
```
And browse http://localhost:8000