> For the complete documentation index, see [llms.txt](https://layouthub.gitbook.io/layouthub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://layouthub.gitbook.io/layouthub/development/getting-started.md).

# Getting started

Start developing your first Layout by activating development mode via /config.php

{% code title="/config.php" %}

```php
public function __construct() {

    $this->developer = array(
        'path' => PATH.'DEV',
        'url' => 'http://localhost/LayoutHub/DEV'
    );
    
}
```

{% endcode %}

![Developer mode when enabled](https://1163003613-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LgfWhgsKZsZtv4UlNyu%2F-M8OwvAT_HlhmVWYLwZb%2F-M8PKdc-UUwaFjdAxukM%2Fimage.png?alt=media\&token=22d87b83-e9f9-4347-92f1-3446ccadcc2a)

If you love LayoutHub, could you consider posting an review? That would be awesome and really help us to grow our business, here is the[ link](https://apps.shopify.com/layout-hub/reviews).
