Create a landing page for all your links and connect with like-minded people without the noise.
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.
git clone <repository_url>
composer install
npm install
.env
file and prepare the database:cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan storage:link
npm run watch
php artisan queue:work
php artisan serve
vendor/bin/pest
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.