diff --git a/uwamp/www/laravel/.env b/uwamp/www/laravel/.env new file mode 100644 index 000000000..20e38f226 --- /dev/null +++ b/uwamp/www/laravel/.env @@ -0,0 +1,20 @@ +APP_ENV=local +APP_DEBUG=true +APP_KEY=OZ0dhMdiP79S4kAfvH7BGvKfOM2FN0OI + +DB_HOST=localhost +DB_PORT=33060 +DB_DATABASE=laravel_local +DB_USERNAME=root +DB_PASSWORD=root + +CACHE_DRIVER=file +SESSION_DRIVER=file +QUEUE_DRIVER=sync + +MAIL_DRIVER=smtp +MAIL_HOST=mailtrap.io +MAIL_PORT=2525 +MAIL_USERNAME=null +MAIL_PASSWORD=null +MAIL_ENCRYPTION=null diff --git a/uwamp/www/laravel/.gitignore b/uwamp/www/laravel/.gitignore index b4b1bbfba..a2f0cd5c3 100644 --- a/uwamp/www/laravel/.gitignore +++ b/uwamp/www/laravel/.gitignore @@ -1,4 +1,3 @@ /node_modules Homestead.yaml Homestead.json -.env