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.gitcomposer installGenerate and configure your .env file:
mv .env.example .env
php artisan key:generateAdd initial Migrations and Seeders
php artisan migrate
php artisan db:seed --class=UsersTableSeeder
php artisan db:seed --class=ExperimentsTableSeederYou can find additional Laravel 5.3 configuration here.
[email protected]
testDocumentation for the Laravel 5.3 framework can be found on the Laravel website.
- Archive feature
 - Search Experiments
 - Add attachments to Experiment
 
Copyleft 2016
This project is licensed under the "THE BEER-WARE LICENSE" (Revision 42).
