Best laravel framework open-source packages.

Sendnotes

SendNote - A way to send schedule notes to your friends.
Updated 2 months ago

Sendnotes

SendNote - A way to send schedule notes to your friends.

Installation

  1. Clone this project

    git clone https://github.com/muhalvin/sendnotes.git
    
    cd sendnotes
  2. Install dependencies

    composer install

    And javascript dependencies

    npm install && npm run dev
  3. Set up Laravel configurations

    copy .env.example .env
    
    php artisan key:generate
  4. Set your database in .env

  5. Migrate database

    php artisan migrate
  6. Serve the application

    php artisan serve

Requirements

  • Laravel (10.43.0)
  • PHP (8.2.10)
Tags sqlite