Skip to content

Instantly share code, notes, and snippets.

View josego85's full-sized avatar
๐Ÿ˜€

Jose Alberto Gonzalez von Schmeling josego85

๐Ÿ˜€
  • Strausberg - Alemania
  • 15:30 (UTC +02:00)
  • X @josego85py
View GitHub Profile
@josego85
josego85 / gist:adf5e0dce4b531f57e7775519abca6f3
Last active March 11, 2024 10:51
Example: API Platform 3 with Symfony 6.2 - Groups - Hide Author and Date on Create
<?php
namespace App\Entity;
use ApiPlatform\Metadata\ApiResource;
use App\Repository\BookRepository;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Serializer\Annotation\Groups;
#[ORM\Entity(repositoryClass: BookRepository::class)]
@josego85
josego85 / Departamentos.topojson
Created January 11, 2019 21:55
Departamentos de Paraguay en formato topojson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@josego85
josego85 / Departamentos.geojson
Last active January 11, 2019 16:26
Departamentos
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.