test 2 commit
This commit is contained in:
parent
8dc1f1b048
commit
100f6db9a6
22
.env
22
.env
|
@ -1,22 +0,0 @@
|
||||||
APP_ENV=debug
|
|
||||||
APP_DEBUG=true
|
|
||||||
APP_KEY=base64:mbyRHBYCM6Uh6ZRiTWvsd7jf2QK8jpmVCJwZuSA9KgA=
|
|
||||||
|
|
||||||
DB_CONNECTION=sqlsrv
|
|
||||||
DB_HOST=zontik\test
|
|
||||||
DB_PORT=3306
|
|
||||||
DB_DATABASE=opusdb
|
|
||||||
DB_USERNAME=opus4admin
|
|
||||||
DB_PASSWORD=opus4admin007
|
|
||||||
|
|
||||||
CACHE_DRIVER=file
|
|
||||||
SESSION_DRIVER=cookie
|
|
||||||
QUEUE_DRIVER=sync
|
|
||||||
|
|
||||||
MAIL_DRIVER=smtp
|
|
||||||
MAIL_HOST=smtp.gmail.com
|
|
||||||
MAIL_PORT=587
|
|
||||||
MAIL_FROM=test.laravel123@gmail.com
|
|
||||||
MAIL_USERNAME=test.laravel123@gmail.com
|
|
||||||
MAIL_PASSWORD=testinglaravel
|
|
||||||
MAIL_ENCRYPTION=tls
|
|
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -18,4 +18,16 @@
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
desktop.ini
|
desktop.ini
|
||||||
|
|
||||||
|
/public/hot
|
||||||
|
/public/storage
|
||||||
|
|
||||||
|
/.idea
|
||||||
|
/.vscode
|
||||||
|
/.vagrant
|
||||||
|
Homestead.json
|
||||||
|
Homestead.yaml
|
||||||
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
|
.env
|
|
@ -16,7 +16,6 @@ class LicenseController extends Controller
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->middleware('auth');
|
$this->middleware('auth');
|
||||||
$test = "test";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function index() : View
|
public function index() : View
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 469 B |
Loading…
Reference in New Issue
Block a user