Connector used to list feature flags created in Optimizely.
For more details please check documentation in Getting Started page
cp .env.example .env
Then should edit the value in .env OPTIMIZELY_KEY with the one that's being provided in Optimizely platform.
docker-compose up -d --build
Then the application should be accessible in http://localhost:9000/
docker-compose up -d --build
Then the application should be accessible in http://localhost:9000/
Swagger documentation available in http://localhost:9000/documentation.
To update Swagger, please run php artisan l5-swagger:generate
inside the container.
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.