2017 © Pedro Peláez
 

library debugbar

A debugbar dedicated for phalcon slayer

image

phalconslayer-libs/debugbar

A debugbar dedicated for phalcon slayer

  • Tuesday, April 25, 2017
  • by daison12006013
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Phalcon Slayer Libraries, presents "Debug Bar"

This library contains a service provider for Phalcon Slayer., (*1)

Installation

first step

composer require phalconslayer-libs/debugbar

second step

Go to your config/app.php and under the services, you must add the service provider., (*2)

// config.php

'services' => [
    ...
    PhalconslayerLibs\Debugbar\DebugbarServiceProvider::class,
],

third step

publish the config using brood command using terminal / iterm, etc., (*3)

$ php brood vendor:publish debugbar
$ Are you sure you want to publish 'config'? [y/n]: y

And you are done!, (*4)

How to contribute?

Fork this into your github account, go to your phalcon slayer project at sandbox folder., (*5)

Then clone git clone https://github.com/phalconslayer-libs/debugbar.git phalconslayer-libs/debugbar, (*6)

In your slayer base composer.json, add, (*7)

    "require": {
        "phalconslayer-libs/debugbar": "*"
    },
    "repositories": {
        "phalconslayer-libs/debugbar": {
            "type": "path",
            "url": "phalconslayer-libs/debugbar"
        }
    }

Then run composer update, if you are using windows, you always need to run this since composer will copy the folder under the vendor, if your operating system supports symlink, then that would really help, there are lots of vcs options in composer, so try to explore more about it., (*8)

The Versions

25/04 2017

dev-master

9999999-dev

A debugbar dedicated for phalcon slayer

  Sources   Download

MIT

The Requires