stimpack-io / stimpack
Stimpack
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 17
Watchers: 4
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.0.0
- ajthinking/tinx: ^2.1
- fideloper/proxy: ~4.0
- guzzlehttp/guzzle: ^6.3
- laravel/framework: 5.6.*
- laravel/tinker: ~1.0
Requires (Dev)
- filp/whoops: ~2.0
- fzaninotto/faker: ~1.4
- mockery/mockery: ~1.0
- phpunit/phpunit: ~7.0
README
Introducing a web development accelerator built on Laravel
Check out the full promo video here
Showcase
Create new projects or manipulate existing projects...
...everything you build is instantly available in the CLI
Share and reuse packs with the stimpack.io community
ALPHA DISCLAIMER!!!
Stimpack is currently in early development stage so don't let your scope of contribution be restricted i any way. For example if you have a great idea for a new skeleton structure for the whole code base please let us know through a pull requests, another branch, a photo of a sketch on a napkin. Everything is appriciated!
Installation
composer global require consolidation/cgr
cgr stimpack-io/stimpack
Quick start
cd /path/to/Code
stimpack park
Navigate to http://stimpack.test (requires Laravel valet or similar setup).
Development installation
git clone git@github.com:stimpack-io/stimpack.git stimpack-dev
cd stimpack-dev
composer install
cp .env.example .env
# possilby install stimpack-io/data
# get github tokens from ajthinking if needed
php artisan key:generate
cd .. && ./stimpack-dev park
npm install
npm run watch