hc0503 / laravel-qrcode-campaign

QRcode generate from URL and logo, colors in campaign | dynamic QRcode scan | QRcode hitmap | dashboard | multi-langauge
MIT License
31 stars 12 forks source link

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

Closed mohammadali-bacha closed 2 years ago

mohammadali-bacha commented 2 years ago

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 ?

hc0503 commented 2 years ago

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

mohammadali-bacha commented 2 years ago

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

hc0503 commented 2 years ago

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

fusignbc commented 2 years ago

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

thankyou.

hc0503 commented 2 years ago

/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.