2017 © Pedro Pelรกez
 

library nstack

Easy usage for NStack with Laravel

image

nodes/nstack

Easy usage for NStack with Laravel

  • Friday, July 6, 2018
  • by nodes
  • Repository
  • 2 Watchers
  • 1 Stars
  • 441 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 926 % Grown

The README.md

Backend

NStack integration for Laravel, (*1)

Total downloads Monthly downloads Latest release Open issues License Star repository on GitHub Watch repository on GitHub Fork repository on GitHub, (*2)

๐Ÿ“ Introduction

๐Ÿ“ฆ Installation

To install this package you will need:, (*3)

  • Laravel 5.1+
  • PHP 7.0+

You must then modify your composer.json file and run composer update to include the latest version of the package in your project., (*4)

"require": {
    "nodes/nstack": "1.0.*",
}

Or you can run the composer require command from your terminal., (*5)

composer require nodes/nstack

๐Ÿ”ง Setup

Setup service providers in config/app.php, (*6)

Nodes\NStack\ServiceProvider::class,
Nodes\ServiceProvider::class,

Setup alias in config/app.php, (*7)

'NStack'        => Nodes\Backend\Support\Facades\NStack::class,

Publish config file, (*8)

php artisan vendor:publish && php artisan vendor:publish --provider="Nodes\NStack\ServiceProvider" --force

Dump, (*9)

composer dump-autoload

โš™ Usage

Global function, (*10)

nstack()
$countries = nstack()->countries()
nstack()->pushLog('fcm', 'my-app', 'userNotification', true, ['request here'], ['response here'], 'Hi!', 1);
nstack()->fileUpload('private-password', $uploadedFile, str_random(8));
nstack()->validateEmail($email): bool

๐Ÿ† Credits

This package is developed and maintained by the PHP team at Nodes, (*11)

Follow Nodes PHP on Twitter Tweet Nodes PHP, (*12)

๐Ÿ“„ License

This package is open-sourced software licensed under the MIT license, (*13)

The Versions

06/07 2018

dev-master

9999999-dev http://nodesagency.com

Easy usage for NStack with Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Casper Rasmussen

laravel nstack nstack manager

06/07 2018

1.1.2

1.1.2.0 http://nodesagency.com

Easy usage for NStack with Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Casper Rasmussen

laravel nstack nstack manager

05/07 2018

1.1.1

1.1.1.0 http://nodesagency.com

Easy usage for NStack with Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Casper Rasmussen

laravel nstack nstack manager

01/07 2018

dev-hotfix/clean_file_client

dev-hotfix/clean_file_client http://nodesagency.com

Easy usage for NStack with Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Casper Rasmussen

laravel nstack nstack manager

01/07 2018

dev-hotfix/correction_for_namespaces

dev-hotfix/correction_for_namespaces http://nodesagency.com

Easy usage for NStack with Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Casper Rasmussen

laravel nstack nstack manager

28/05 2018

1.1.0

1.1.0.0 http://nodesagency.com

Easy usage for NStack with Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Casper Rasmussen

laravel nstack nstack manager

28/05 2018

dev-develop

dev-develop http://nodesagency.com

Easy usage for NStack with Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Casper Rasmussen

laravel nstack nstack manager

11/05 2018

1.0.1

1.0.1.0 http://nodesagency.com

Easy usage for NStack with Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Casper Rasmussen

laravel nstack nstack manager

11/05 2018

1.0.0

1.0.0.0 http://nodesagency.com

Easy usage for NStack with Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Casper Rasmussen

laravel nstack nstack manager

11/05 2018

0.1.0

0.1.0.0 http://nodesagency.com

Easy usage for NStack with Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Casper Rasmussen

laravel nstack nstack manager