Skip to content

Instantly share code, notes, and snippets.

@Base29
Base29 / Response.php
Created November 15, 2022 15:02 — forked from jeffochoa/Response.php
Laravel HTTP status code
<?php
// This can be found in the Symfony\Component\HttpFoundation\Response class
const HTTP_CONTINUE = 100;
const HTTP_SWITCHING_PROTOCOLS = 101;
const HTTP_PROCESSING = 102; // RFC2518
const HTTP_OK = 200;
const HTTP_CREATED = 201;
const HTTP_ACCEPTED = 202;
@Base29
Base29 / wp-docker.yaml
Created February 17, 2021 07:15
WordPress docker-compose file with all related services
version: '3'
services:
# Database
db:
image: mariadb:latest
volumes:
- db_data:/var/lib/mysql
restart: always
environment:
@Base29
Base29 / keybase.md
Last active February 16, 2018 06:52

Keybase proof

I hereby claim:

  • I am base29 on github.
  • I am base29 (https://keybase.io/base29) on keybase.
  • I have a public key ASDJNDBaqbcagQ2UKD-jVMPJ-UhciECVdFtRZqUqRMVW7go

To claim this, I am signing this object: