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

update readme.md

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