xetaio/xetaravel

A light version of Xeta's website using Laravel.


README

Xetaravel Logo Xetaravel Logo

Unit Tests Coverage Scrutinizer Stable Version Downloads Laravel License
GitHub Workflow Status Coverage Status Scrutinizer Latest Stable Version Total Downloads Laravel 12.0 License

I have developed this site to try Laravel and to do my personal website. And I have decided to release it to help people starting with Laravel, so there is probably some custom configurations/functions that only fit my needs.

Demo

Note : All installed accounts won't work on the demo site, you will need to create a new one.

xetaravel.com

Administration Preview

💡 Turn your GitHub theme to dark/light mode to see the preview in dark/light mode.

Capture d'écran 2025-09-19 102530 Capture d'écran 2025-09-19 102544 Capture d'écran 2025-09-19 102604 Capture d'écran 2025-09-19 102530 Capture d'écran 2025-09-19 102544 Capture d'écran 2025-09-19 102604

Installation

Requirements

PHP PHP Extension DBMS NodeJS npm Others (optional)
PHP OpenSSL
PDO
CURL
MySQL NodeJS npm Analytics
Redis
Redis

Install

While Redis is optional, it is recommended to use Redis with this application.

composer create-project xetaio/xetaravel <application_name>

Then you will need to migrate and seed your application:

php artisan migrate
php artisan db:seed

Finally, you need to install and build the JS, CSS etc :

npm install
npm run build

Pre-installed Accounts

Features

This project implements many features and will implements more in the future. Here's a list of the features developed in Xetaravel :

  • Blog
    • Articles
      • Media
    • Categories
    • Comments
  • Discuss
    • Categories
    • Replies
    • Leaderboard
    • Solved Reply
    • Actions Logs
    • Pinned/Locked
  • Admin Panel
    • Google Analytics integrated
    • Users Management
    • Blog Management
      • Categories
      • Articles
    • Discuss Management
      • Categories
    • Roles Management
    • Permissions Management
    • Settings Management
    • Badges Management
  • Others
    • Experiences system (based on posts, comments etc)
    • Rubies system (virtual currency) (based on posts, comments etc)
    • Newsletter
    • Sessions management (multiple connected device)
    • Notifications
    • Badges

Contribute

If you want to contribute, please follow this guide.