Commit 0976330d authored by Viral Solani's avatar Viral Solani

update readme.md

parent e84f4282
...@@ -34,14 +34,14 @@ Switch to the repo folder ...@@ -34,14 +34,14 @@ Switch to the repo folder
cd laravel-adminpanel cd laravel-adminpanel
Install all the dependencies using composer
composer install
Copy the example env file and make the required configuration changes in the .env file Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env cp .env.example .env
Install all the dependencies using composer
composer install
Generate a new application key Generate a new application key
php artisan key:generate php artisan key:generate
...@@ -64,7 +64,7 @@ Install the javascript dependencies using npm ...@@ -64,7 +64,7 @@ Install the javascript dependencies using npm
Compile the dependencies Compile the dependencies
npm run dev npm run development
Start the local development server Start the local development server
...@@ -76,10 +76,10 @@ You can now access the server at http://localhost:8000 ...@@ -76,10 +76,10 @@ You can now access the server at http://localhost:8000
git clone https://github.com/viralsolani/laravel-adminpanel.git git clone https://github.com/viralsolani/laravel-adminpanel.git
cd laravel-adminpanel cd laravel-adminpanel
cp .env.example .env
composer install composer install
npm install npm install
npm run dev npm run development
cp .env.example .env
php artisan key:generate php artisan key:generate
php artisan jwt:generate php artisan jwt:generate
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "be8a1de45aed74fa6a71da13ab19b395", "content-hash": "9a7e5818235f0e24dae12c60b70c8e90",
"packages": [ "packages": [
{ {
"name": "arcanedev/log-viewer", "name": "arcanedev/log-viewer",
...@@ -613,16 +613,16 @@ ...@@ -613,16 +613,16 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "v2.6.2", "version": "v2.6.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "1a4ee83a5a709555f2c6f9057a3aacf892451c7e" "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/1a4ee83a5a709555f2c6f9057a3aacf892451c7e", "url": "https://api.github.com/repos/doctrine/dbal/zipball/e3eed9b1facbb0ced3a0995244843a189e7d1b13",
"reference": "1a4ee83a5a709555f2c6f9057a3aacf892451c7e", "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -682,7 +682,7 @@ ...@@ -682,7 +682,7 @@
"persistence", "persistence",
"queryobject" "queryobject"
], ],
"time": "2017-08-28T11:02:56+00:00" "time": "2017-11-19T13:38:54+00:00"
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
...@@ -2297,16 +2297,16 @@ ...@@ -2297,16 +2297,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.8.14", "version": "v0.8.15",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "91e53c16560bdb8b9592544bb38429ae00d6baee" "reference": "b1d289c2cb03a2f8249912c53e96ced38f879926"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/91e53c16560bdb8b9592544bb38429ae00d6baee", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/b1d289c2cb03a2f8249912c53e96ced38f879926",
"reference": "91e53c16560bdb8b9592544bb38429ae00d6baee", "reference": "b1d289c2cb03a2f8249912c53e96ced38f879926",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2320,7 +2320,7 @@ ...@@ -2320,7 +2320,7 @@
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "~1.11", "friendsofphp/php-cs-fixer": "~1.11",
"hoa/console": "~3.16|~1.14", "hoa/console": "~3.16|~1.14",
"phpunit/phpunit": "~4.4|~5.0", "phpunit/phpunit": "^4.8.35|^5.4.3",
"symfony/finder": "~2.1|~3.0" "symfony/finder": "~2.1|~3.0"
}, },
"suggest": { "suggest": {
...@@ -2366,7 +2366,7 @@ ...@@ -2366,7 +2366,7 @@
"interactive", "interactive",
"shell" "shell"
], ],
"time": "2017-11-04T16:06:49+00:00" "time": "2017-11-16T14:29:51+00:00"
}, },
{ {
"name": "ramsey/uuid", "name": "ramsey/uuid",
...@@ -2507,16 +2507,16 @@ ...@@ -2507,16 +2507,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v3.3.12", "version": "v3.3.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "099302cc53e57cbb7414fd9f3ace40e5e2767c0b" "reference": "63cd7960a0a522c3537f6326706d7f3b8de65805"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/099302cc53e57cbb7414fd9f3ace40e5e2767c0b", "url": "https://api.github.com/repos/symfony/console/zipball/63cd7960a0a522c3537f6326706d7f3b8de65805",
"reference": "099302cc53e57cbb7414fd9f3ace40e5e2767c0b", "reference": "63cd7960a0a522c3537f6326706d7f3b8de65805",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2571,11 +2571,11 @@ ...@@ -2571,11 +2571,11 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-11-12T16:53:41+00:00" "time": "2017-11-16T15:24:32+00:00"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v3.3.12", "version": "v3.3.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
...@@ -2628,7 +2628,7 @@ ...@@ -2628,7 +2628,7 @@
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v3.3.12", "version": "v3.3.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
...@@ -2684,7 +2684,7 @@ ...@@ -2684,7 +2684,7 @@
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v3.3.12", "version": "v3.3.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
...@@ -2747,7 +2747,7 @@ ...@@ -2747,7 +2747,7 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v3.3.12", "version": "v3.3.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
...@@ -2796,7 +2796,7 @@ ...@@ -2796,7 +2796,7 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v3.3.12", "version": "v3.3.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
...@@ -2849,16 +2849,16 @@ ...@@ -2849,16 +2849,16 @@
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v3.3.12", "version": "v3.3.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "371ed63691c1ee8749613a6b48cf0e0cfa2b01e7" "reference": "a2a942172b742217ab2ccd9399494af2aa17c766"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/371ed63691c1ee8749613a6b48cf0e0cfa2b01e7", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a2a942172b742217ab2ccd9399494af2aa17c766",
"reference": "371ed63691c1ee8749613a6b48cf0e0cfa2b01e7", "reference": "a2a942172b742217ab2ccd9399494af2aa17c766",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2931,7 +2931,7 @@ ...@@ -2931,7 +2931,7 @@
], ],
"description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-11-13T19:37:21+00:00" "time": "2017-11-16T18:14:43+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
...@@ -3102,7 +3102,7 @@ ...@@ -3102,7 +3102,7 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v3.3.12", "version": "v3.3.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
...@@ -3151,7 +3151,7 @@ ...@@ -3151,7 +3151,7 @@
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v3.3.12", "version": "v3.3.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
...@@ -3229,7 +3229,7 @@ ...@@ -3229,7 +3229,7 @@
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v3.3.12", "version": "v3.3.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
...@@ -3294,7 +3294,7 @@ ...@@ -3294,7 +3294,7 @@
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v3.3.12", "version": "v3.3.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
...@@ -3409,41 +3409,53 @@ ...@@ -3409,41 +3409,53 @@
}, },
{ {
"name": "tymon/jwt-auth", "name": "tymon/jwt-auth",
"version": "0.5.12", "version": "dev-develop",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/tymondesigns/jwt-auth.git", "url": "https://github.com/tymondesigns/jwt-auth.git",
"reference": "614ee3410a1cc18ef13c8d5ffd491b5608afabd8" "reference": "3ea078d08611c7ee5c8d0fac4249a7f365fba937"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/tymondesigns/jwt-auth/zipball/614ee3410a1cc18ef13c8d5ffd491b5608afabd8", "url": "https://api.github.com/repos/tymondesigns/jwt-auth/zipball/3ea078d08611c7ee5c8d0fac4249a7f365fba937",
"reference": "614ee3410a1cc18ef13c8d5ffd491b5608afabd8", "reference": "3ea078d08611c7ee5c8d0fac4249a7f365fba937",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/http": "~5.0", "illuminate/auth": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
"illuminate/support": "~5.0", "illuminate/contracts": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
"namshi/jose": "^5.0 || ^7.0", "illuminate/http": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
"nesbot/carbon": "~1.0", "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
"php": ">=5.4.0" "namshi/jose": "^7.0",
"nesbot/carbon": "^1.0",
"php": "^5.5.9 || ^7.0"
}, },
"require-dev": { "require-dev": {
"illuminate/auth": "~5.0", "cartalyst/sentinel": "2.0.*",
"illuminate/console": "~5.0", "illuminate/console": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
"illuminate/database": "~5.0", "illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
"mockery/mockery": "0.9.*", "illuminate/routing": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
"phpunit/phpunit": "4.*" "mockery/mockery": ">=0.9.9",
"phpunit/phpunit": "~4.8 || ~6.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-develop": "0.5-dev" "dev-develop": "1.0-dev"
},
"laravel": {
"aliases": {
"JWTAuth": "Tymon\\JWTAuth\\Facades\\JWTAuth",
"JWTFactory": "Tymon\\JWTAuth\\Facades\\JWTFactory"
},
"providers": [
"Tymon\\JWTAuth\\Providers\\LaravelServiceProvider"
]
} }
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Tymon\\JWTAuth\\": "src" "Tymon\\JWTAuth\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
...@@ -3454,21 +3466,20 @@ ...@@ -3454,21 +3466,20 @@
{ {
"name": "Sean Tymon", "name": "Sean Tymon",
"email": "tymon148@gmail.com", "email": "tymon148@gmail.com",
"homepage": "http://tymondesigns.com", "homepage": "https://tymon.xyz",
"role": "Developer" "role": "Developer"
} }
], ],
"description": "JSON Web Token Authentication for Laravel 4 and 5", "description": "JSON Web Token Authentication for Laravel and Lumen",
"homepage": "https://github.com/tymondesigns/jwt-auth", "homepage": "https://github.com/tymondesigns/jwt-auth",
"keywords": [ "keywords": [
"Authentication", "Authentication",
"JSON Web Token", "JSON Web Token",
"auth", "auth",
"jwt", "jwt",
"laravel", "laravel"
"tymon"
], ],
"time": "2017-06-07T21:32:02+00:00" "time": "2017-11-17T23:50:47+00:00"
}, },
{ {
"name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",
...@@ -3749,16 +3760,16 @@ ...@@ -3749,16 +3760,16 @@
}, },
{ {
"name": "filp/whoops", "name": "filp/whoops",
"version": "2.1.12", "version": "2.1.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/filp/whoops.git", "url": "https://github.com/filp/whoops.git",
"reference": "a99f0b151846021ba7a73b4e3cba3ebc9f14f03e" "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/a99f0b151846021ba7a73b4e3cba3ebc9f14f03e", "url": "https://api.github.com/repos/filp/whoops/zipball/c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
"reference": "a99f0b151846021ba7a73b4e3cba3ebc9f14f03e", "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3767,7 +3778,7 @@ ...@@ -3767,7 +3778,7 @@
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "0.9.*", "mockery/mockery": "0.9.*",
"phpunit/phpunit": "^4.8 || ^5.0", "phpunit/phpunit": "^4.8.35 || ^5.7",
"symfony/var-dumper": "^2.6 || ^3.0" "symfony/var-dumper": "^2.6 || ^3.0"
}, },
"suggest": { "suggest": {
...@@ -3806,7 +3817,7 @@ ...@@ -3806,7 +3817,7 @@
"throwable", "throwable",
"whoops" "whoops"
], ],
"time": "2017-10-15T13:05:10+00:00" "time": "2017-11-23T18:22:44+00:00"
}, },
{ {
"name": "fzaninotto/faker", "name": "fzaninotto/faker",
...@@ -4371,16 +4382,16 @@ ...@@ -4371,16 +4382,16 @@
}, },
{ {
"name": "phpspec/prophecy", "name": "phpspec/prophecy",
"version": "v1.7.2", "version": "1.7.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpspec/prophecy.git", "url": "https://github.com/phpspec/prophecy.git",
"reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6" "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
"reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4392,7 +4403,7 @@ ...@@ -4392,7 +4403,7 @@
}, },
"require-dev": { "require-dev": {
"phpspec/phpspec": "^2.5|^3.2", "phpspec/phpspec": "^2.5|^3.2",
"phpunit/phpunit": "^4.8 || ^5.6.5" "phpunit/phpunit": "^4.8.35 || ^5.7"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
...@@ -4430,7 +4441,7 @@ ...@@ -4430,7 +4441,7 @@
"spy", "spy",
"stub" "stub"
], ],
"time": "2017-09-04T11:05:03+00:00" "time": "2017-11-24T13:59:53+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
...@@ -5386,7 +5397,7 @@ ...@@ -5386,7 +5397,7 @@
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v3.3.12", "version": "v3.3.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dom-crawler.git", "url": "https://github.com/symfony/dom-crawler.git",
...@@ -5639,7 +5650,9 @@ ...@@ -5639,7 +5650,9 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": [], "stability-flags": {
"tymon/jwt-auth": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
......
{ {
"/js/frontend.js": "/js/frontend.2bea3bf4ad584622eb6b.js", "/js/frontend.js": "/js/frontend.d3a9d9963b6da237bfe8.js",
"/js/backend.js": "/js/backend.321ce1e5ca635759765f.js", "/js/backend.js": "/js/backend.51a14fd841ccd198e500.js",
"/mix.js": "/mix.247ab120fe7680658924.js", "/mix.js": "/mix.247ab120fe7680658924.js",
"/css/frontend.css": "/css/frontend.3af0a6cbd7d1d8d042f2a37e97008b7c.css", "/css/frontend.css": "/css/frontend.3af0a6cbd7d1d8d042f2a37e97008b7c.css",
"/css/backend.css": "/css/backend.f8550f50504e5b8ef6055285205f223a.css", "/css/backend.css": "/css/backend.f8550f50504e5b8ef6055285205f223a.css",
"/css/backend-custom.css": "/css/backend-custom.50f14193ab908e3cf471dea6cb6616ae.css", "/css/backend-custom.css": "/css/backend-custom.50f14193ab908e3cf471dea6cb6616ae.css",
"/js/backend-custom.js": "/js/backend-custom.bd7433070f9f78a4c153a9a9b133fcec.js", "/js/backend-custom.js": "/js/backend-custom.d305fff90b4defcf757b268abb9a683c.js",
"/js/dataTable.js": "/js/dataTable.f968d300a6a0b871f138f114361259c8.js" "/js/dataTable.js": "/js/dataTable.f968d300a6a0b871f138f114361259c8.js"
} }
\ No newline at end of file
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