Skip to content

Instantly share code, notes, and snippets.

View ahmetcelikezer's full-sized avatar
🐳
In Container

Ahmet Celikezer ahmetcelikezer

🐳
In Container
View GitHub Profile
Skype
Min: 6
Max: 32
Can contain: a-z A-Z 0-9 . , _ -
Other: Must start with a letter
Twitter
Min: 1
Max: 15
Can contain: a-z A-Z 0-9 _
@ahmetcelikezer
ahmetcelikezer / ContentController.php
Created August 2, 2019 06:53
Content controller for easy admin to create fields of empty entity.
<?php
namespace App\Controller\Admin;
use Doctrine\ORM\OptimisticLockException;
use Doctrine\ORM\ORMException;
use EasyCorp\Bundle\EasyAdminBundle\Controller\AdminController;
class ContentController extends AdminController
{
@ahmetcelikezer
ahmetcelikezer / meta-tags.md
Created January 26, 2019 09:08 — 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">