Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casperlaitw/laravel-comment-board
Using laravel develop comment board example.
https://github.com/casperlaitw/laravel-comment-board
Last synced: 5 days ago
JSON representation
Using laravel develop comment board example.
- Host: GitHub
- URL: https://github.com/casperlaitw/laravel-comment-board
- Owner: CasperLaiTW
- License: mit
- Created: 2014-03-05T08:07:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T15:21:36.000Z (almost 11 years ago)
- Last Synced: 2023-08-02T16:13:50.617Z (over 1 year ago)
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# laravel-comment-board
Using laravel develop comment board example.
## Required
- [composer](https://getcomposer.org/)
- [bower](https://github.com/bower/bower)## Usage
1. Clone to your computer.
2. Install the required dependency.
3. Open terminal within the project.
4. Install javascript components.Type command in the terminal.
*Command*:
```
bower update
```
5. Install php packages.
Type command in the terminal.
*Command*:
```
composer update
```
6. Modify the `database.php` with your environment.
7. Run migration and seed.
Type command in the terminal.
*Command*:
```
php artisan migrate --seed
```
8. Comment board home page url is```
http://your-domain/comment
```