https://github.com/salimi-my/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.
https://github.com/salimi-my/luminary
filament laravel livewire mysql tailwind
Last synced: 6 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/salimi-my/luminary
- Owner: salimi-my
- Created: 2024-02-10T13:11:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T10:28:31.000Z (over 1 year ago)
- Last Synced: 2025-04-11T23:13:40.580Z (6 months ago)
- Topics: filament, laravel, livewire, mysql, tailwind
- Language: PHP
- Homepage: https://luminary.salimi.my
- Size: 4.02 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Luminary](https://luminary.salimi.my) · [](https://www.linkedin.com/in/mohamad-salimi/)
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:
```bash
#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](https://luminary.salimi.my) to visit.
Direct link: `https://luminary.salimi.my`## Screenshots
#### Landing page

#### Post page

#### Category page

#### Search page

#### Comment section

#### Admin Dashboard page

#### Posts list page

#### Edit Post page
