This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
| public function showToasters(){ | |
| // default info toaster with timeout | |
| $this->toaster('your message'); | |
| // makes it persistent | |
| $this->toaster('your message')->persistent(); | |
| // warning toaster with timeout | |
| $this->toaster('your message')->warning(); |
| <?xml version="1.0"?> | |
| <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
| <fontconfig> | |
| <!-- | |
| Documented at | |
| http://linux.die.net/man/5/fonts-conf | |
| To check font mapping run the command at terminal | |
| $ fc-match 'helvetica Neue' |
| # Added to the bottom of my file | |
| PROXY_OAUTH_CLIENT_ID=2 | |
| PROXY_OAUTH_CLIENT_SECRET=SECRET-GENERATED-KEY-HERE | |
| PROXY_OAUTH_GRANT_TYPE=password |
| DOMAIN ?= mydomain.com | |
| COUNTRY := IT | |
| STATE := IT | |
| COMPANY := Evil Corp. | |
| # credits to: https://gist.github.com/fntlnz/cf14feb5a46b2eda428e000157447309 | |
| # usage: |
This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
Laravel 5.8, Horizon 3.x, Redis 5.x
Parepare application
http://yourapp.com/horizoninactive on dashbaordInstall redis-server
I hereby claim:
To claim this, I am signing this object:
| [{"name":"users","color":"Red","position":{"x":67,"y":98},"increment":true,"timestamp":true,"softdelete":true,"column":[{"name":"name","type":"string","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c33","order":0},{"name":"email","type":"string","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":true,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c41","order":1},{"name":"avatar","type":"string","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":true,"ui":false,"in":false,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c62","order":2}],"relation":[],"seeding":[]}] |