Laravel Installation with Craftable

Setup Instructions

Requirements: Docker Installation

  1. Copy the files to a local directory & open terminal for the root directory.
  2. Run the following to grab the vendor directory & install the vendor files:
docker run --rm \
    -u "$(id -u):$(id -g)" \
    -v $(pwd):/opt \
    -w /opt \
    laravelsail/php80-composer:latest \
    composer install --ignore-platform-reqs
  1. Run to startup the docker image & do the initial installation.
alias sail = 'bash vendor/bin/sail'
sail up
sail artisan craftable:install
  1. Store the password generated from the last line above. Email will be: administrator@brackets.sk
  2. Run for npm build:
sail npm install && npm run dev
  1. load up http://localhost