https://github.com/imajinyun/laravel-bbs
🌈 A small application of practice training based on laravel framework
https://github.com/imajinyun/laravel-bbs
laravel laravel-9 laravel-9-user-role-and-permission laravel-application laravel-bbs laravel-demo laravel-practice php
Last synced: about 1 year ago
JSON representation
🌈 A small application of practice training based on laravel framework
- Host: GitHub
- URL: https://github.com/imajinyun/laravel-bbs
- Owner: imajinyun
- License: mit
- Created: 2019-02-16T07:37:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T09:49:36.000Z (over 3 years ago)
- Last Synced: 2025-03-23T22:26:12.266Z (over 1 year ago)
- Topics: laravel, laravel-9, laravel-9-user-role-and-permission, laravel-application, laravel-bbs, laravel-demo, laravel-practice, php
- Language: PHP
- Homepage:
- Size: 7.64 MB
- Stars: 22
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌈 A small application of practice training based on laravel framework
[](https://www.codacy.com/gh/imajinyun/laravel-bbs/dashboard?utm_source=github.com&utm_medium=referral&utm_content=imajinyun/laravel-bbs&utm_campaign=Badge_Grade)
[](https://www.php.net/supported-versions.php)
## Requirements
* PHP >= 8.0.0
* Laravel >= 9.0
## Installation
> This project requires PHP 8+ and Laravel 9.
```bash
// Clone source code.
$ git clone git@github.com: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
```
## Screenshots

## About
## License
The Laravel BBS is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).