Skip to content

🌈 A small application of practice training based on laravel framework

License

Notifications You must be signed in to change notification settings

imajinyun/laravel-bbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

04f5be5 Β· Nov 5, 2022
Sep 14, 2022
Aug 18, 2022
Feb 16, 2019
Nov 5, 2022
Mar 22, 2022
Aug 18, 2022
Mar 22, 2022
Aug 2, 2021
Mar 9, 2019
Apr 17, 2019
Mar 22, 2022
Mar 10, 2021
Feb 16, 2019
Aug 18, 2022
Mar 20, 2022
Mar 24, 2022
Mar 20, 2022
Aug 18, 2022
Aug 18, 2022
Mar 22, 2022
Feb 16, 2019
Feb 16, 2019
Mar 17, 2019

Repository files navigation

🌈 A small application of practice training based on laravel framework

Codacy Badge PHP Version

Requirements

  • PHP >= 8.0.0
  • Laravel >= 9.0

Installation

This project requires PHP 8+ and Laravel 9.

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

About

License

The Laravel BBS is open-source software licensed under the MIT license.