PHPackages                             agifsofyan/noto - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. agifsofyan/noto

ActiveLibrary[File &amp; Storage](/categories/file-storage)

agifsofyan/noto
===============

This is a plugin/package to use the file system from Octobercms to work on laravel. This plugin will be very helpful if you have 2 projects (Laravel &amp; Octobercms) with the same 1 DB.

1.1.5(3y ago)137MITPHP

Since Jan 30Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/agifsofyan/noto)[ Packagist](https://packagist.org/packages/agifsofyan/noto)[ RSS](/packages/agifsofyan-noto/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (17)Used By (0)

About Noto
----------

[](#about-noto)

Noto is a package intended to help synchronize filesystems between [OCTOBERCMS](https://octobercms.com) and [LARAVEL](https://laravel.com). By following the octobercms filesystem flow. Package includes:

- file relations
- use of system\_files table
- naming the path / disk name of the file
- the naming of the relation model of the [OCTOBERCMS](https://octobercms.com) model

Requirement
-----------

[](#requirement)

- PHP 8.0.28
- [LARAVEL](https://laravel.com) Framework 9.52.5

Dependency
----------

[](#dependency)

- intervention/image

Installation
------------

[](#installation)

Run `composer require agifsofyan/noto`

Configuration
-------------

[](#configuration)

Run `php artisan vendor:publish --provider="Agifsofyan\Noto\Providers\NotoServiceProvider"`

Will create :

- config file `noto.php` in the *config* folder.

    ```
