Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamanobi/stepsite
stepsite
https://github.com/tamanobi/stepsite
Last synced: about 13 hours ago
JSON representation
stepsite
- Host: GitHub
- URL: https://github.com/tamanobi/stepsite
- Owner: tamanobi
- Created: 2020-10-11T08:41:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-27T11:59:28.000Z (about 4 years ago)
- Last Synced: 2024-03-30T06:34:20.419Z (8 months ago)
- Language: PHP
- Size: 107 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ステップサイト
Cyfons にインスパイアされたステップサイト
## 機能
* グループCRUD
* 会員CRUD
* 会員登録(グループ別)
* 記事CRUD(管理者のみ)
* 記事閲覧権限CRUD(グループ別)
* メール配信機能
* 管理者ログイン## 迷っているところ
記事作成時のWYSIWYGライブラリ
## 参考資料
* https://qiita.com/n_oshiumi/items/2a1cc7d147ee1eff3e23#8-npm%E3%82%92%E4%BD%BF%E3%81%88%E3%82%8B%E3%82%88%E3%81%86%E3%81%AB%E3%81%99%E3%82%8B
* https://github.com/ucan-lab/docker-laravel## メモ
```
/usr/local/bin/docker-compose run --rm -v /etc/group:/etc/group:ro -v /etc/passwd:/etc/passwd:ro -u $(id -u $USER):$(id -g $USER) app bash -c "php artisan make:migration create_groups_table --create=groups"
```