Skip to content

Tag: php

add identifier to each page on site

So my website has multiple pages where I want people to have an option to send us a message. I already have setup a php mailer but all the mails have the same layout. How can I make to where if the message has been send form a specific page I add specific words to the mail? The mailsender works

How to set release limit while using php-deployer?

I am using PHP deployer 6.6.0 to deploy Laravel based websites. Every time I deploy it creates a new release. Currently, I have more than 10 releases and it’s eating up a lot of disk space. I don’t want to keep more than the last 3 releases and need the older releases to automatically roll over. H…