Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 589 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 589 Bytes

Laravel TestTools

Check out the introduction post about the chrome extension.

Installation

git clone [email protected]:mpociot/laravel-testtools.git

# in case you don't have Grunt yet:
sudo npm install -g grunt-cli

Build instructions

cd laravel-testtools
npm install
grunt

When the grunt command is finished, you can use the build/unpacked-dev/ folder to use as the developer version of the extension.

License

Laravel TestTools is free software distributed under the terms of the MIT license.