Skip to content

pratiklamichhane/linkify

Repository files navigation

Linkify - Laravel App for Link Management

Linkify is a Laravel-based application designed to help you save, manage, and organize links efficiently. It also offers alerts and notifications to keep you updated on your saved links.


Features

  • Link Saving: Save links with metadata such as title, description, and tags.
  • Organized Management: Categorize links into folders or groups for easy access.
  • Alerts & Notifications: Set reminders and alerts for specific links.
  • Search & Filter: Quickly find links using advanced search and filter options.
  • User-Friendly Interface: Clean and intuitive design for effortless navigation.
  • Tagging System: Use tags to group and organize your links.
  • Mobile Optimization: Fully responsive layout for seamless mobile access.

Installation

  1. Clone the Repository

    git clone https://github.com/your-repo/linkify.git
    cd linkify
  2. Install Dependencies

    composer install
    npm install
  3. Set Up Environment

    • Copy the .env.example file to .env.
    • Configure your database and other settings in the .env file.
  4. Run Migrations

    php artisan migrate
  5. Generate Application Key

    php artisan key:generate
  6. Start the Application

    php artisan serve

Usage

  1. Add Links

    • Navigate to the dashboard and click Add New Link.
    • Fill in the details such as URL, title, description, and tags.
  2. Set Alerts

    • Choose a link and set an alert or notification for a specific date and time.
  3. Organize Links

    • Use folders or tags to categorize and manage links.
  4. Search & Filter

    • Use the search bar or filters to find specific links quickly.

Compatibility

  • PHP 8.0+
  • Laravel 9+
  • MySQL 5.7+
  • Works with major browsers and devices

Changelog

Version 1.0.0

  • Initial release
  • Save and manage links
  • Set alerts and notifications
  • Tagging and categorization features

Support

If you encounter issues or have feature requests, please submit a ticket.


License

This application is open-source and free to use for personal and commercial purposes. No license restrictions apply.

About

Linkify is a Laravel-based application designed to help you save, manage, and organize links efficiently. It also offers alerts and notifications to keep you updated on your saved links.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors