kokst/kok

This package is abandoned and no longer maintained. No replacement package was suggested.

Kok.

Maintainers

Details

github.com/kokst/kok

Source

Issues

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

Type:project

v0.1.0 2019-09-07 10:58 UTC

README

Build wercker status codecov FOSSA Status

Setup

Create a new Kok project by issuing the following commands in your terminal:

composer create-project kokst/kok <folder> <release>
cd <folder>
yarn --no-bin-links
yarn prod

Development

Mac:

php vendor/bin/homestead make

Also make sure that NFS over UDP is turned on.

Windows:

vendor\\bin\\homestead make
vagrant plugin install vagrant-vbguest
vagrant plugin install vagrant-winnfsd

Adjust Homestead.yaml if necessary

vagrant up
vagrant ssh
cd code
artisan migrate

Xdebug + VS Code

VS Code Extension: PHP Debug
Chrome Extension: Xdebug helper
Firefox Extension: Xdebug Helper

sudo nano /etc/php/7.3/cli/conf.d/20-xdebug.ini
xdebug.remote_enable = true
xdebug.remote_autostart = true
xdebug.remote_host = 10.0.2.2
xdebug.remote_port = 9000
xdebug.max_nesting_level = 1000
sudo service php7.3-fpm restart

License

FOSSA Status