PHPackages                             elijahcruz/laranotes - 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. elijahcruz/laranotes

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

elijahcruz/laranotes
====================

A simple package to allow you to create notes.

00PHP

Since Jul 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/elijahcruz12/laranotes)[ Packagist](https://packagist.org/packages/elijahcruz/laranotes)[ RSS](/packages/elijahcruz-laranotes/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laranotes
=========

[](#laranotes)

[![Latest Version on Packagist](https://camo.githubusercontent.com/99bc69bfaac8e700727477e4333fff81c5f575407604d34676e7b3d56426e524/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656c696a61686372757a2f6c6172616e6f7465732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/elijahcruz/laranotes)[![Total Downloads](https://camo.githubusercontent.com/077dada3ef08860594c87284d60ce3a96bec88f8829a3319294a52cd9a650785/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656c696a61686372757a2f6c6172616e6f7465732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/elijahcruz/laranotes)[![GitHub Actions](https://github.com/elijahcruz/laranotes/actions/workflows/main.yml/badge.svg)](https://github.com/elijahcruz/laranotes/actions/workflows/main.yml/badge.svg)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

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

[](#installation)

You can install the package via composer:

```
composer require elijahcruz/laranote
```

Usage
-----

[](#usage)

First you need to public the migration file:

```
php artisan vendor:publish --tag=laranotes-migrations
```

Then you can run the migration:

```
php artisan migrate
```

The you can add the `HasNotes` trait to any model that you want to use notes:

```
