Commit f7355a19 authored by Viral Solani's avatar Viral Solani

- Add package laravel-self-diagnosis

parent 1e59d7a2
APP_NAME="Laravel Admin Panel" APP_NAME="Laravel Admin Panel"
APP_SHORT_NAME="LAP" APP_SHORT_NAME="LAP"
APP_ENV=local APP_ENV=local
APP_KEY=base64:O+TrollIDwasHEREtMG9kBc+/Q32exQLusNVhnq558w= APP_KEY=
APP_DEBUG=true APP_DEBUG=true
APP_LOG_LEVEL=debug APP_LOG_LEVEL=debug
APP_URL=http://localhost APP_URL=http://localhost
...@@ -21,6 +21,7 @@ REQUIRES_APPROVAL=false ...@@ -21,6 +21,7 @@ REQUIRES_APPROVAL=false
BROADCAST_DRIVER=log BROADCAST_DRIVER=log
CACHE_DRIVER=file CACHE_DRIVER=file
SESSION_DRIVER=file SESSION_DRIVER=file
SESSION_LIFETIME=120
QUEUE_DRIVER=sync QUEUE_DRIVER=sync
#Session Timeout #Session Timeout
......
...@@ -114,6 +114,8 @@ You can now access the server at http://localhost:8000 ...@@ -114,6 +114,8 @@ You can now access the server at http://localhost:8000
## Please note ## Please note
- To run test cases, add SQLite support to your php - To run test cases, add SQLite support to your php
- Just call this artisan command to start the checks - php artisan self-diagnosis
## Logging In ## Logging In
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "1d4f95134db4cc7211330aea51c8414a", "content-hash": "a89d37ebabe7ecdd1f650e30bdc301d2",
"packages": [ "packages": [
{ {
"name": "arcanedev/log-viewer", "name": "arcanedev/log-viewer",
...@@ -194,6 +194,130 @@ ...@@ -194,6 +194,130 @@
], ],
"time": "2019-02-27T18:33:30+00:00" "time": "2019-02-27T18:33:30+00:00"
}, },
{
"name": "beyondcode/laravel-self-diagnosis",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/beyondcode/laravel-self-diagnosis.git",
"reference": "0d9a06d774a8cc20806879a2e831075b17d8f0ac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/beyondcode/laravel-self-diagnosis/zipball/0d9a06d774a8cc20806879a2e831075b17d8f0ac",
"reference": "0d9a06d774a8cc20806879a2e831075b17d8f0ac",
"shasum": ""
},
"require": {
"composer/semver": "^1.4",
"geerlingguy/ping": "^1.1",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"php": "^7.1",
"vlucas/phpdotenv": "~2.5|~3.3"
},
"require-dev": {
"larapack/dd": "^1.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "~3.5|~3.8",
"phpunit/phpunit": "^7.0",
"predis/predis": "^1.1",
"scrutinizer/ocular": "^1.5"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"BeyondCode\\SelfDiagnosis\\SelfDiagnosisServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"BeyondCode\\SelfDiagnosis\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marcel Pociot",
"email": "marcel@beyondco.de",
"homepage": "https://beyondcode.de",
"role": "Developer"
}
],
"description": "Perform various self diagnosis tests on your Laravel application.",
"homepage": "https://github.com/beyondcode/laravel-self-diagnosis",
"keywords": [
"beyondcode",
"laravel-self-diagnosis"
],
"time": "2019-03-20T15:23:20+00:00"
},
{
"name": "composer/semver",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
"reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.5 || ^5.0.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
"time": "2019-03-19T17:25:45+00:00"
},
{ {
"name": "creativeorange/gravatar", "name": "creativeorange/gravatar",
"version": "v1.0.11", "version": "v1.0.11",
...@@ -1011,6 +1135,39 @@ ...@@ -1011,6 +1135,39 @@
"homepage": "https://github.com/firebase/php-jwt", "homepage": "https://github.com/firebase/php-jwt",
"time": "2017-06-27T22:17:23+00:00" "time": "2017-06-27T22:17:23+00:00"
}, },
{
"name": "geerlingguy/ping",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/geerlingguy/Ping.git",
"reference": "b16248c0a59a6555437744db8b78c0589cfc32f9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/geerlingguy/Ping/zipball/b16248c0a59a6555437744db8b78c0589cfc32f9",
"reference": "b16248c0a59a6555437744db8b78c0589cfc32f9",
"shasum": ""
},
"type": "library",
"autoload": {
"classmap": [
"JJG/Ping.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeff Geerling",
"email": "jeff@jeffgeerling.com"
}
],
"description": "A PHP class to ping hosts.",
"time": "2017-02-02T15:38:40+00:00"
},
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "6.3.3", "version": "6.3.3",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment