Skip to content

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

License

Notifications You must be signed in to change notification settings

litedz/NoteNest

Repository files navigation

NoteNest (Note taking)

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published