I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
<?php | |
namespace App\Listeners; | |
use TightenCo\Jigsaw\Jigsaw; | |
use App\PseudoCollectionGenerator; | |
use Illuminate\Support\Collection; | |
class AddArchivePages extends PseudoCollectionGenerator | |
{ |
<?php | |
/* | |
1.- Create an App. | |
2.- Go to: https://developers.facebook.com/tools/explorer/ | |
+ Select your new created app on the right top. | |
+ Select "Get App Token" |
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
<?php | |
class Holidays { | |
private $dates; | |
private $enum_dates = array( | |
'NEW_YEARS_DAY' => array('Nyårsdagen'), | |
'EPIPHANY' => array('Trettondedag jul', 'Trettondagen'), | |
'HOLY_THURSDAY' => array('Skärtorsdagen'), | |
'GOOD_FRIDAY' => array('Långfredag'), |