Pinkary.com screenshot

Pinkary.com

Author Avatar Theme by Pinkary project
Updated: 8 May 2025
1450 Stars

Create a landing page for all your links and connect with like-minded people without the noise.

Categories

Overview:

Pinkary is a community-driven landing page for users to organize links and connect with like-minded individuals. Initially created to help people share links in an organized way, it has now evolved to offer features such as feed, explore, questions, and likes. The platform is built on Laravel 11 and utilizes Livewire/Tailwind CSS for the frontend.

Features:

  • Community-Driven Platform: Connect with like-minded individuals and share links in an organized manner.
  • Additional Features: Includes feed, explore, questions, and like functionalities.
  • Laravel Application: Built on Laravel 11, providing familiarity for Laravel developers.
  • Quality Code: Focus on code quality and improvement, including design enhancements and testing.
  • Tooling for Code Quality: Utilizes Pest for testing framework, PHPStan for static analysis, and Laravel Pint for code consistency.
  • Easy Installation: Step-by-step guide for setting up the platform for local development.

Installation:

  1. Clone the repository and install dependencies:
git clone <repository_url>
composer install
npm install
  1. Set up your .env file and prepare the database:
cp .env.example .env
php artisan key:generate
php artisan migrate
  1. Link storage to the public folder:
php artisan storage:link
  1. Build assets in watch mode:
npm run watch
  1. Run the queue worker in a separate terminal:
php artisan queue:work
  1. Start the development server:
php artisan serve
  1. Run the test suite to ensure everything is working:
vendor/bin/pest
  1. Push your branch and create a pull request to contribute.

Summary:

Pinkary is a Laravel-based community platform offering a space for users to share links and engage with others. With a focus on code quality, continuous improvements, and a range of features, Pinkary provides a valuable resource for like-minded individuals looking to connect and organize information efficiently. The easy-to-follow installation guide ensures that developers can quickly set up the platform for local development and contribute to its ongoing development.