Skip to content

Instantly share code, notes, and snippets.

View danielpetrica's full-sized avatar
🏠
Working from home

Daniel, Petrica Andrei-Daniel danielpetrica

🏠
Working from home
View GitHub Profile
@danielpetrica
danielpetrica / Readme.md
Last active May 14, 2022 18:03
A docker compose example file to use with laravel projects locally

A docker compose example file to use with laravel projects for development on local machines (tested with wsl2).

Before starting you should startup a docker network called local_docker from the cli. If you don't need to connect to external dockers you can remove the network configs altogheter.

Feel free to change the services name. PLease set the .env file before starting docker.

Keybase proof

I hereby claim:

  • I am danielpetrica on github.
  • I am danielpetrica (https://keybase.io/danielpetrica) on keybase.
  • I have a public key ASD5n2sGAQRSdt9-gfuPttHyHfPLDoZPIYwMQCqFBqzuFAo

To claim this, I am signing this object:

@danielpetrica
danielpetrica / meta-tags.md
Created February 3, 2017 00:06 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">
<?php
$color_gray = $_GET["color_gray"];
$color_dark= $_GET["color_dark"];
$color_green_dark = $_GET["color_green_dark"];
$color_green_light = $_GET["color_green_light"];
$color_green_ripple_active=$_GET["color_green_ripple_active"];
$textcolor=$_GET["textcolor"];
$msgInBg=$_GET["msgInBg"];
$msgOutBg=$_GET["msgOutBg"];
$msgFile1Bg=$_GET["msgFile1Bg"];
@danielpetrica
danielpetrica / default.en.md
Created September 1, 2016 19:49
example 1 quote

title: "Quote about amazingby '10' was amazing! I had no career before '10' and then all of a sudden I was able to do pretty much whatever I was able to do in the business. "
published: true

metadata:

example: example  
keywords: " Quote,original,amazing,Bo Derek "  
description: " <desc> "   

refresh: 30