Skip to content

Commit

Permalink
rentnride source file committed
Browse files Browse the repository at this point in the history
  • Loading branch information
banandam committed May 24, 2018
1 parent 8dc5586 commit 45e424b
Show file tree
Hide file tree
Showing 1,065 changed files with 132,856 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "vendor"
}
26 changes: 26 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
APP_ENV=local
APP_DEBUG=true
APP_KEY=12345678901234567890123456789012

APP_LOCALE=en
APP_FALLBACK_LOCALE=en

DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=lumen
DB_USERNAME=root
DB_PASSWORD=

CACHE_DRIVER=file
QUEUE_DRIVER=sync

JWT_SECRET=aaaabbbbccccddddeeeeffffgggghhhh

API_STANDARDS_TREE=vnd
API_SUBTYPE=bookorrent
API_NAME="Book or Rent"
API_PREFIX=api
API_VERSION=v1
API_DEBUG=true
API_STRICT=false
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.env
.idea
.phpstorm.meta.php
_ide_helper.php
composer.lock
/vendor
/node_modules
/public/ag-admin
/public/vendor
/public/client
/public/assets
/public/api
/public/Plugins
/public/index.html
/public/karma-unit.js
/public/templates-app.js
/public/templates-common.js
Loading

0 comments on commit 45e424b

Please sign in to comment.