Insertion :
<script>
window.lxdoc = window.lxdoc || function () {(lxdoc.q = lxdoc.q || []).push(arguments)};
lxdoc('project', 'demo');
</script>
<script async src='https://cdn.lexik.fr/widget.js'></script>
$ cd ~/projects | |
$ git clone https://github.com/deployphp/recipes.git | |
$ cd recipes | |
$ git checkout 6.2.2 | |
$ cd ~/projects | |
$ git clone https://github.com/deployphp/deployer.git | |
$ cd deployer | |
$ git checkout v6.8.0 |
$ sudo apt remove fonts-noto-color-emoji | |
$ sudo apt install fonts-noto-color-emoji |
Insertion :
<script>
window.lxdoc = window.lxdoc || function () {(lxdoc.q = lxdoc.q || []).push(arguments)};
lxdoc('project', 'demo');
</script>
<script async src='https://cdn.lexik.fr/widget.js'></script>
<?php | |
/** | |
* @ORM\Entity | |
*/ | |
class Article | |
{ | |
// ... | |
} |
<?php | |
namespace Acme\Util; | |
/** | |
* ImageExtractor | |
*/ | |
class ImageExtractor | |
{ | |
const FORMAT_JPG = 'jpg'; |