Skip to content

Instantly share code, notes, and snippets.

View zeravcic's full-sized avatar

Nikola Zeravcic zeravcic

View GitHub Profile
@zeravcic
zeravcic / .editorconfig
Last active June 27, 2021 16:03
PHP Package Starter root content
# This file is for unifying the coding style for different editors and IDEs.
# More information at https://editorconfig.org
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
end_of_line = lf

Keybase proof

I hereby claim:

  • I am zeravcic on github.
  • I am zexbre1 (https://keybase.io/zexbre1) on keybase.
  • I have a public key ASAHDRJanrhzomwSs0eLuv9z_gK6Z7L5LIkLtP8PzRV5OQo

To claim this, I am signing this object:

@zeravcic
zeravcic / .env
Last active January 8, 2017 21:22
Unit test Laravel 5 packages in context with Travis CI (with MySQL testing database)
APP_ENV=testing
APP_DEBUG=true
APP_KEY=SomeRandomString
DB_CONNECTION=mysql
DB_HOST=localhost
DB_DATABASE=test
DB_USERNAME=root
DB_PASSWORD=