Simple little application to help you manage your growth experiences pipeline.
Inspired by Brian Balfour (Growth VP at Hubspot).
Why? I don't want to pay for the SaaS apps out there and I don't like word type docs to manage this 😄
Nice to watch: Building a Growth Machine
I recommend you install Homestead
git clone https://github.com/wildlifechorus/growthExperiments.git
composer install
Generate and configure your .env
file:
mv .env.example .env
php artisan key:generate
Add initial Migrations and Seeders
php artisan migrate
php artisan db:seed --class=UsersTableSeeder
php artisan db:seed --class=ExperimentsTableSeeder
You can find additional Laravel 5.3 configuration here.
test@email.com
test
Documentation for the Laravel 5.3 framework can be found on the Laravel website.
Copyleft 2016
This project is licensed under the "THE BEER-WARE LICENSE" (Revision 42).