hc0503 / laravel-qrcode-campaign

QRcode generate from URL and logo, colors in campaign | dynamic QRcode scan | QRcode hitmap | dashboard | multi-langauge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to change the url of a barcode campaign after its creation?

mohammadali-bacha opened this issue · comments

Hello, I would like to be able to modify the links of the qrcodes after having created them but it seems to me that it would be necessary to add the option to save on the frontend and make the link in the backend to save in the database.

How to do it ?

Hi @mohammadali-bacha , thanks to use our script.
So do you want to go to the new modified link using already generated QR code?

Yes, I just want to be able to modify the link on the already generated QR codes

That's possible, we have to add the functionality to redirect new URL in tracking module.

how to install this in c panel, could you please share some documentation.

thankyou.

/public_html in the cPanel Terminal or Putty

git clone https://github.com/devdreamsolution/laravel7-qrcode-campaign.git .
composer install
cp .env.example .env
php artisan key:generate
php artisan storage:link

Open .env file and setup database connection and others.