Skip to content

Instantly share code, notes, and snippets.

View jeanjar's full-sized avatar
😀
Have you ever smiled today?

Jean Jar Pereira de Araújo jeanjar

😀
Have you ever smiled today?
View GitHub Profile

TODO List Project

API spec of to handle with list of tasks

Features

  1. List
  2. Create
  3. Edit
  4. Delete
@jeanjar
jeanjar / controle_adicionar_geno.php
Created June 28, 2019 19:07
Meu primeiro código PHP
<html>
<head><title></title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
</head>
<body>
<?php
/*
// --- php.ini
@jeanjar
jeanjar / gist:c281c57a346f845bbd874b8ca03fef96
Last active January 2, 2020 13:18
PHP CS FIXER PHPStorm
Download php-cs-fixer
https://github.com/FriendsOfPHP/PHP-CS-Fixer
No PHPStorm
File > Settings > Tools > External tool > Add
Name: PHP-CS-FIXER
Description: ...
Program: /path/to/php-cs-fixer
Parameters: --rules=@PSR2 --verbose fix $FilePath$