Skip to content

AlpetGexha/Starlords

Repository files navigation

About Starlord

This website its Online Ticket shop (e-Ticket) an online portal that purchases and sells tickets to concerts and events worldwid Dashboard _ Admin - Starloards Home - Starloards

Installation

git clone https://github.com/AlpetGexh/Starlords.git
cd Starlords
composer update
npm install
cp .env.example .env
php artisan migrate --seed

Start Project

php artisan serve
npm run dev

With Queue

php artisan queue:work

Account

Username: admin
Password: admin

Configurate

  • Server Configurate .env
  • Project other Configurate config/

Technology:

  • TALL Stack
  • TailwinCSS
  • AlpineJS (3)
  • Laravel (9)
  • Livewire

Feature

  • Live Chat for Costumer
  • SEO Meta Tags
  • Vizitors
  • Feedback
  • Auditing
  • Blog
  • Backup System
  • Monitorate System
  • e-Mail Support (Notification)
  • Admin Table
    • Multi Delelte
    • Sortable
    • Fast Paginate
    • Serchable

User

  • Online/Offline
  • Verify/UnVerify
  • Ban/UnBan with Reason
  • Role Asighn
  • User Login Action track

Event

  • Multi Category
  • Multi Tags
  • Like, Share,whishlist,Report(polymorphism)
  • Comment & Reply (polymorphism)
  • Google Map
  • Newsletter
  • Rich Filter
  • Ticket Payment

Organisation

  • Multi Category
  • Multi Tags
  • Subscription with Notification
  • Report (polymorphism)
  • Review with Star Rating (Polymorphism)
  • Google Map
  • Album/Gallery

Costum Command

This command make Livewire CRUD (for Modeles) on Admin Panel

php artisan make:crud MODEL_NAME