minvws / nl-uzipoc-php-laravel-demo

Repo nl-uzipoc-php-laravel-demo for minvws

Home Page:https://irealisatie.nl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction: This uzipoc-php-laravel-demo repository is the labs application for the uzi proof of concept environment. For additional information about the uzi project, check the coordination repo at https://github.com/minvws/nl-rdo-uzi-coordination.

Get up and running: The easiest way to get the uzi project running is to run the "make setup" command from the coordination repository. This will automatically run the "make setup" of all project. You also have the option to run "make setup" command manually for each project.

Manual setup of this project

  1. Set the npm token if you haven't done this already
TOKEN ?= $(shell bash -c 'read -p "github_token: " github_token; echo $$github_token')
echo "//npm.pkg.github.com/:_authToken=$(TOKEN)"  >> ~/.npmrc
  1. Run make setup
  2. Run make run to start the php application

About

Repo nl-uzipoc-php-laravel-demo for minvws

https://irealisatie.nl


Languages

Language:PHP 54.9%Language:Blade 29.2%Language:SCSS 14.1%Language:Shell 1.1%Language:JavaScript 0.6%Language:Makefile 0.1%