bjuppa / twbs-blade-testenv

A Laravel development environment for the fewagency/twbs-blade package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development environment for the twbs-blade package

Basically a standard Laravel installation that requires fewagency/twbs-blade.

Development installation

  1. Clone the git-repository into a directory of your choice - preferable in your Homestead virtual machine.
  2. In the project directory, run composer create-project to install dependencies and create a default .env file.
  3. Edit your .env file to configure your development environment to your liking
  4. Set up the site to be served by a webserver - preferable in your Homestead.yaml file.

Set up git repo for twbs-blade

Install the repo version in the project directory (you may need to delete the directory vendor/fewagency/twbs-blade first)

composer update fewagency/twbs-blade --prefer-source

Go into the package directory

cd vendor/fewagency/twbs-blade

Make the current branch of the twbs-blade package push to a remote where you have permissions (modify this command as needed)

git branch -u origin/fluent-html

About

A Laravel development environment for the fewagency/twbs-blade package


Languages

Language:PHP 96.2%Language:HTML 3.0%Language:JavaScript 0.7%Language:CSS 0.1%