Commit 1c3989b0 authored by cygnet's avatar cygnet

changes for unisharp file manager

parent bbdb73f9
...@@ -27,7 +27,7 @@ public/js/*.js ...@@ -27,7 +27,7 @@ public/js/*.js
public/js/plugins public/js/plugins
public/js/skins public/js/skins
public/js/themes public/js/themes
public/vendor
public/js/skins/*.js public/js/skins/*.js
composer.lock composer.lock
......
...@@ -72,10 +72,16 @@ Compile the dependencies ...@@ -72,10 +72,16 @@ Compile the dependencies
npm run development npm run development
For generating the files of unisharp file manager
php artisan vendor:publish --tag=lfm_public
Start the local development server Start the local development server
php artisan serve php artisan serve
You can now access the server at http://localhost:8000 You can now access the server at http://localhost:8000
**TL;DR command list** **TL;DR command list**
...@@ -88,6 +94,7 @@ You can now access the server at http://localhost:8000 ...@@ -88,6 +94,7 @@ You can now access the server at http://localhost:8000
npm run development npm run development
php artisan key:generate php artisan key:generate
php artisan jwt:generate php artisan jwt:generate
php artisan vendor:publish --tag=lfm_public
## Logging In ## Logging In
......
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