notenest/notenest

NoteNest is a powerful PHP and Livewire package, seamlessly integrated with Alpine.js, designed to simplify and enhance your note-taking capabilities within your web projects.

1.1 2023-10-24 16:54 UTC

This package is auto-updated.

Last update: 2024-05-17 21:33:07 UTC


README

is a powerful PHP and Livewire package, seamlessly integrated with Alpine.js, designed to simplify and enhance your note-taking capabilities Throughout your work on the project

Installation

To run MyCal on your local machine, follow these steps:

  1. Install Package via composer:

    composer require notenest/notenest
    
  2. Publish Migrations:

    vendor:publish --tag=notenest-migrations
    
  3. Publish js files :

    vendor:publish --tag=notenest-js
    
  4. Install sortable js :

    npm install sortablejs --save
  5. In Your vite.config.js add :

    resources/js/sortable.js
  6. In root blade add :

     @vite(['resources/js/sortable.js'])
    
  7. In root blade add :

     @livewire('Note')
    

requirement

  • PHP 8.x
  • Laravel
  • Livewire
  • Alpine.js
  • Tailwind css