PHPackages                             dietcube/project - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. dietcube/project

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dietcube/project
================

Project skeleton for Dietcube 1.0.x

1.0.0(10y ago)31551MITPHP

Since Jan 19Pushed 10y ago22 watchersCompare

[ Source](https://github.com/dietcube/project)[ Packagist](https://packagist.org/packages/dietcube/project)[ RSS](/packages/dietcube-project/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Project skeleton for Dietcube
=============================

[](#project-skeleton-for-dietcube)

Setup
-----

[](#setup)

This package is a project skeleton for Dietcube.

```
composer create-project dietcube/project -s dev your-project

```

(`your-project` is a sample directory name for the project. Camelized name of the directory is used as your application namespace (e.g. `YourProject\\`).

Configuration File
------------------

[](#configuration-file)

```
edit app/config/config.php
edit app/config/config_{DIET_ENV}.php

```

Set debug mode on:

```
