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

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

Awesome Lists containing this project

README

          

# 🌈 A small application of practice training based on laravel framework

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c6ea157ba46c45d8b6d4550e327a666a)](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)
[![PHP Version](https://img.shields.io/static/v1?label=version&message=%3E=8.1&color=%234F5893&labelColor=grey&logo=PHP&logoColor=blue&style=flat&link=https://www.php.net/supported-versions.php)](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

![laravel-bbs-frontend](./public/img/bbs.jpg)

## About

## License

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