This is the core repository for the CMS. All modules are installed as subtrees.
## Requirements
Please refer to the [install as subtree](https://github.com/nWidart-Modules/Documentation/blob/master/Installation/module-installation-as-subtree.md) documentation.
\ No newline at end of file
* PHP 5.4+
* Access to [Cartalyst Sentinel](https://cartalyst.com/manual/sentinel) package
Configure your development settings in `config/development`.
### Create .env environment file
Create a `.env` file at the project root. It needs to contain the following key.
```
APP_ENV=development
```
### Run migrations
```
php artisan migrate --package=cartalyst/sentinel
```
### Run seeds
```
php artisan module:seed User
```
### Enjoy
You can now login with `n.widart@gmail.com` and password `test` .
## Development
For manually adding the subtrees please refer to the [install as subtree](https://github.com/nWidart-Modules/Documentation/blob/master/Installation/module-installation-as-subtree.md) documentation.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.