Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.02 KB

SlimX Seed Application

Seed application for SlimX.

Clone the repository, configure it, run composer and everything is ready.

Status

Build Status

Code Climate

Scrutinizer Code Quality

Get the repository

git clone https://github.com/vonbraunlabs/slimx-seed-app.git

Configuration

Since PHP uses namespaces, the seed application comes with the namespace prefix \SeedApp. You can easily replace it with a custom prefix by running:

./setup.sh ProjectName

Composer

After setting the new name for the app, run composer install.

composer install