1.4.33 • Published 2 years ago

comments-library-v2 v1.4.33

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Explore.org Comments

About the Project

Comments module for explore.org

Features

  • Laravel
  • Laravel Sail

Host Machine Requirements

  • PHP 8.1
  • Composer
  • Docker

Installation

For detailed Laravel setup instructions, visit their documentation. For getting instructions of using Laravel Sail, visit appropriate documentation.

  1. Clone the repo

    $ git clone https://github.com/materialize-labs/explore-comments
  2. Copy project example .env file

    $ cp .env.example .env
  3. Install PHP dependencies

    NOTE: This step should be done inside the docker container

    $ composer install
  4. Start Laravel Sail

    $ ./vendor/bin/sail up -d

    NOTE: Instead of repeatedly typing vendor/bin/sail to execute Sail commands, you may wish to configure a Bash alias that allows you to execute Sail's commands more easily:

    alias sail='bash vendor/bin/sail'

    Once the Bash alias has been configured, you may execute Sail commands by simply typing sail. The remainder of this documentation file will assume that you have configured this alias:

    sail up -d
  5. Generate application key

    $ sail artisan key:generate
  6. Run migrations and seed DB

    $ sail artisan migrate:fresh --seed
  7. Create symbolic link to storage folder

    $ sail artisan storage:link
  8. Generate JWT secret

    $ sail artisan jwt:secret

9 Run project! http://localhost

1.4.31

2 years ago

1.4.30

2 years ago

1.4.33

2 years ago

1.4.32

2 years ago

1.4.29

2 years ago

1.4.28

2 years ago

1.4.27

3 years ago

1.4.6

3 years ago

1.2.8

3 years ago

1.4.5

3 years ago

1.2.7

3 years ago

1.4.4

3 years ago

1.2.6

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.2.4

3 years ago

1.4.1

3 years ago

1.2.3

3 years ago

1.4.0

3 years ago

1.4.20

3 years ago

1.4.22

3 years ago

1.4.21

3 years ago

1.4.24

3 years ago

1.4.23

3 years ago

1.4.26

3 years ago

1.4.25

3 years ago

1.3.9

3 years ago

1.3.8

3 years ago

1.3.7

3 years ago

1.1.9

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.4.9

3 years ago

1.4.11

3 years ago

1.4.8

3 years ago

1.4.10

3 years ago

1.4.7

3 years ago

1.2.9

3 years ago

1.4.13

3 years ago

1.4.12

3 years ago

1.4.14

3 years ago

1.4.17

3 years ago

1.4.16

3 years ago

1.4.19

3 years ago

1.4.18

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago