2017 © Pedro Peláez
 

library menco

A PHP package mainly developed for Laravel to generate postLink like cakePHP has.

image

sukohi/menco

A PHP package mainly developed for Laravel to generate postLink like cakePHP has.

  • Tuesday, January 31, 2017
  • by Sukohi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

Menco

A PHP package mainly developed for Laravel to generate "postLink" like cakePHP has.
(This is for Laravel 5+. For Laravel 4.2), (*1)

Installation

Add this package name in composer.json, (*2)

"require": {
  "sukohi/menco": "2.*"
}

Execute composer command., (*3)

composer update

Register the service provider in app.php, (*4)

'providers' => [
    ...Others...,  
    Sukohi\Menco\MencoServiceProvider::class,
]

Also alias, (*5)

'aliases' => [
    ...Others...,  
    'Menco'   => Sukohi\Menco\Facades\Menco::class
]

Usage

$extra_data = [
    'data' => 'data', 
    'data2' => 'data2', 
    'data3' => 'data3'
];

echo \Menco::get([
        'id' => 'your-id', 
        'label' => 'Your Label', 
        'url' => \URL::to('/'), 
        'class' => 'your-class-name', 
        'message' => 'Are you sure?', 
        'title' => 'Your Title',    // You can add properties you want.
    ], $extra_data);  

All of the parameters are Optional., (*6)

License

This package is licensed under the MIT License., (*7)

Copyright 2014 Sukohi Kuhoh, (*8)

The Versions

31/01 2017

2.0.x-dev

2.0.9999999.9999999-dev

A PHP package mainly developed for Laravel to generate postLink like cakePHP has.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

31/01 2017

2.0.3

2.0.3.0

A PHP package mainly developed for Laravel to generate postLink like cakePHP has.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

31/01 2017

dev-master

9999999-dev

A PHP package mainly developed for Laravel to generate `postLink` like cakePHP has.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

19/08 2015

1.0.x-dev

1.0.9999999.9999999-dev

  Sources   Download

The Requires

 

by Avatar Sukohi

19/08 2015

1.0.3

1.0.3.0

  Sources   Download

The Requires

 

by Avatar Sukohi

14/08 2015

1.0.2

1.0.2.0

  Sources   Download

The Requires

 

by Avatar Sukohi

14/08 2015

1.0.1

1.0.1.0

  Sources   Download

The Requires

 

by Avatar Sukohi

12/08 2015

2.0.2

2.0.2.0

A PHP package mainly developed for Laravel to generate `postLink` like cakePHP has.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

12/08 2015

2.0.1

2.0.1.0

A PHP package mainly developed for Laravel to generate `postLink` like cakePHP has.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

12/08 2015

1.0.0

1.0.0.0

  Sources   Download

The Requires

 

by Avatar Sukohi

20/01 2015

2.0.0

2.0.0.0

  Sources   Download

The Requires

 

by Avatar Sukohi