add laravel installation version 5.1.10 (LTS)

This commit is contained in:
Mahmoud Zalt
2015-08-21 14:29:52 +03:00
parent 661f389b38
commit a5954594ad
75 changed files with 5568 additions and 0 deletions

25
laravel/.env.example Normal file
View File

@ -0,0 +1,25 @@
APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
REDIS_HOST=localhost
REDIS_PORT=6379
BEANSTALKED_HOST=localhost
BEANSTALKED_PORT=11300
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null