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.
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
Hosted privately on personal DigitalOcean Droplet. Click here to visit.
Direct link: https://luminary.salimi.my