- PHP >= 8.0.0
- Laravel >= 9.0
This project requires PHP 8+ and Laravel 9.
// Clone source code.
$ git clone [email protected]:imajinyun/laravel-bbs.git
// Copy .env.development to .env, and fill in the relevant configuration values.
$ cd laravel-bbs && cp .env.development .env
// Install dependencies for application.
$ composer install
// To start Sail.
$ ./vendor/bin/sail up
// Enter laravel-bbs-app container.
$ docker exec -it laravel-bbs-app /bin/bash
// Execute migration command.
$ php artisan migrate --seed
The Laravel BBS is open-source software licensed under the MIT license.