Best laravel framework open-source packages.

Luminary

This is a blog app built with Laravel, Tailwind, and Livewire complete with admin panel using Filament for post and category management. Users can register, like/dislike posts, and leave comments.
Updated 2 months ago

Luminary is a sophisticated blog application built with Laravel, Tailwind and Livewire. It features a robust admin panel created using Filament, empowering administrators to effortlessly create and manage posts and categories. Users have the ability to register an account, interact with posts by liking or disliking them, and leave comments.

Blog

  • A fully functional blog
  • A robust admin panel
  • User authentication
  • Responsive design
  • Likes and dislikes
  • Comments

Tech/framework used

  • Laravel
  • Livewire
  • Filament
  • Tailwind CSS
  • MySQL

Starting the project

Open the .env.example and fill in your database configurations then save it as .env then run the following command:

#Install dependencies
composer install
npm install

#Run database migration & seeding
php artisan migrate
php artisan db:seed

#Start the app
npm run dev
php artisan serve

Demo

Hosted privately on personal DigitalOcean Droplet. Click here to visit.
Direct link: https://luminary.salimi.my

Screenshots

Landing page

Landing page

Post page

Post page

Category page

Category page

Search page

Search page

Comment section

Comment section

Admin Dashboard page

Admin Dashboard page

Posts list page

Posts list page

Edit Post page

Edit Post page

Tags filament