PHPackages                             noeticitservices/plugindev - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. noeticitservices/plugindev

ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

noeticitservices/plugindev
==========================

Nitseditor Plugin development environment

1.5(6y ago)03971MITPHPPHP &gt;=7.1.3CI failing

Since Apr 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/noeticit/Nitseditor_Plugin_Dev)[ Packagist](https://packagist.org/packages/noeticitservices/plugindev)[ RSS](/packages/noeticitservices-plugindev/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (4)Versions (25)Used By (0)

Nitseditor-Plugin-Environment
=============================

[](#nitseditor-plugin-environment)

[![Latest Stable Version](https://camo.githubusercontent.com/48158f74c7673b75675e9dd07614fa856dafcf74d76a871f68c29a41ca682a0e/68747470733a2f2f706f7365722e707567782e6f72672f6e6f65746963697473657276696365732f706c7567696e6465762f762f737461626c65)](https://packagist.org/packages/noeticitservices/plugindev)[![Total Downloads](https://camo.githubusercontent.com/2aceee2f10b21e5403fb695413f8e9af7505d733fee60a1461f140d14b26866d/68747470733a2f2f706f7365722e707567782e6f72672f6e6f65746963697473657276696365732f706c7567696e6465762f646f776e6c6f616473)](https://packagist.org/packages/noeticitservices/plugindev)[![License](https://camo.githubusercontent.com/dccb0ee67678bedd63aef20cb944f6173cb9c3ad8f1e65ccedfd30cf819963f0/68747470733a2f2f706f7365722e707567782e6f72672f6e6f65746963697473657276696365732f706c7567696e6465762f6c6963656e7365)](https://packagist.org/packages/noeticitservices/plugindev)

Environment for Nitseditor Plugin development

This package needs laravel installation, First install Laravel in your system, Now go to your installed directory and type:

```
$ composer require noeticitservices/plugindev

```

Now add the following service provider in `config/app.php` file

```
Nitseditor\System\Providers\NitsEditorServiceProvider::class,

```

Now publish the configuration files in `config` folder

```
php artisan vendor:publish

```

Configure passport setup,
=========================

[](#configure-passport-setup)

Configure your model with:

```
