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
......
This diff is collapsed.
{ {
"/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