Shaarli NicolasMD !
Tag cloud
Picture wall
Daily
Plugins
  • ► Play Videos
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 3 / 14
261 results tagged php  ✕
WordPress Running on .NET – Peachpie http://www.peachpie.io/2017/02/wordpress-announcement.html
07/03/2017 10:41:45
dotnet php wordpress
Packanalyst | Explore PHP classes from Packagist http://packanalyst.com/
07/03/2017 10:41:35
php
Getting started with Laravel 5 & Dingo API: 4. Transformers - apt get life https://www.aptgetlife.co.uk/getting-started-laravel-5-dingo-api-validation/
03/03/2017 10:07:39
laravel dingo api php
jenssegers/agent: A PHP desktop/mobile user agent parser with support for Laravel, based on Mobiledetect https://github.com/jenssegers/agent
13/02/2017 09:30:46

detecta el dispositivo

php
A Guide to Using PHPStorm to its Fullest | Toptal https://www.toptal.com/php/how-to-be-efficient-in-phpstorm
13/02/2017 09:28:28
php
Note: MySQL Docker PHP /shaare/CPRJUQ
08/02/2017 15:31:11
version: '2'
services:
  nginx:
    image: shippingdocker/nginx:1.2
    ports:
     - "80:80"
    volumes:
     - .:/var/www/html
    networks:
     - appnet
  php:
    image: shippingdocker/php:1.2
    volumes:
     - .:/var/www/html
    networks:
     - appnet
  redis:
    image: redis:alpine
    networks:
     - appnet
  db:
    image: mysql:latest
    ports:
     - "3306:3306"
    environment:
      MYSQL_ROOT_PASSWORD: 123456
      MYSQL_USER: dev
      MYSQL_PASSWORD: 123456
      MYSQL_DATABASE: myapp
    networks:
     - appnet
  mail:
    image: mailhog/mailhog:latest
    ports:
     - "9025:8025"
    networks:
     - appnet
networks:
  appnet:
    driver: "bridge"
volumes:
  data:
    driver: "local"
docker mysql php laravel nginx
Code Blog (By Mahmoud Zalt) | PHP Web Developer ★ Laravel Expert ★ Docker Enthusiast ★ Open Source Advocate http://blog.zalt.me/
07/02/2017 09:48:07
webdev development developer blog php
Porto-SAP/Hello-API: A Starter providing everything to build a modern API, with PHP and Laravel 5.3 https://github.com/Porto-SAP/Hello-API
07/02/2017 09:38:03
api php laravel
Simple JWToken ACL for Laravel (or anyone else) – Medium https://medium.com/@codebyjeff/simple-jwtoken-acl-for-laravel-ae82d462c632#.yl8t4cf3l
30/01/2017 21:46:04

Over at Mahana Designs we usually work with stateless session (meaning that there are no server sessions but instead the user information…

laravel json server php
Brad Cypert http://www.bradcypert.com/
25/01/2017 09:28:51
blog development php
Deployer — Deployment Tool for PHP https://deployer.org/
23/01/2017 10:24:29
thumbnail
php server deploy tool linux
Deployer — Deployment Tool for PHP https://deployer.org/
23/01/2017 10:24:29
php server deploy tool linux
GitHub - geekish/crap: Define aliases for your favorite Composer packages. https://github.com/geekish/crap
08/01/2017 16:10:12

crap - Define aliases for your favorite Composer packages.

php console
Posts Archive http://ocramius.github.io/blog/
22/12/2016 11:29:43
blog developer php
Note: Hook pre commit /shaare/j5MJ2Q
16/12/2016 11:08:06

run:

composer.phar global require friendsofphp/php-cs-fixer

add to .bashrc or .zshrc the following path

export PATH="$PATH:$HOME/.composer/vendor/bin"

reload sources:

source ~/.bashrc 
or
source ~/.zshrc

then add the following file in the ⁠⁠⁠.git/hooks⁠⁠⁠ folder of your current project
vim .git/hooks/pre-commit

#!/usr/bin/env bash

ROOT="/home/username/projects/project"

echo "########"
echo ""
echo "php-cs-fixer pre commit hook start"
echo ""
echo "########"

PHP_CS_FIXER="vendor/bin/php-cs-fixer"
HAS_PHP_CS_FIXER=false

if [ -x vendor/bin/php-cs-fixer ]; then
    HAS_PHP_CS_FIXER=true
fi

if $HAS_PHP_CS_FIXER; then
    $PHP_CS_FIXER fix --verbose;
fi

echo "########"
echo ""
echo "php-cs-fixer pre commit hook finish"
echo ""
echo "########"
php git
Kirby is a file-based cms | Kirby https://getkirby.com/
16/11/2016 09:38:19
blog cms php
GitHub - hirak/prestissimo: composer parallel install plugin https://github.com/hirak/prestissimo
11/11/2016 12:27:38

instalar descargar dependecias paralelamente paralelo paralela

composer php
Note: PHP Small Framework /shaare/vqAh0Q
26/10/2016 16:56:38
 - http://platesphp.com/
 - http://route.thephpleague.com/
 - http://container.thephpleague.com/
{
    "require": {
        "phroute/phroute": "^2.1",
        "guzzlehttp/guzzle": "^6.2",
        "illuminate/database": "^5.3"
    }
}
composer php json api
Awards | CMS Critic https://www.cmscritic.com/awards/
25/10/2016 11:24:02
cms php
Pinba engine by tony2001 http://pinba.org/
20/10/2016 15:36:44
php monitor server
page 3 / 14
3765 links, including 258 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn