Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```