This website its Online Ticket shop (e-Ticket) an online portal that purchases and sells tickets to concerts and events worldwid
git clone https://github.com/AlpetGexh/Starlords.git
cd Starlords
composer update
npm install
cp .env.example .env
php artisan migrate --seed
php artisan serve
npm run dev
With Queue
php artisan queue:work
Username: admin
Password: admin
- Server Configurate
.env
- Project other Configurate
config/
- TALL Stack
- TailwinCSS
- AlpineJS (3)
- Laravel (9)
- Livewire
- 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
- Online/Offline
- Verify/UnVerify
- Ban/UnBan with Reason
- Role Asighn
- User Login Action track
- Multi Category
- Multi Tags
- Like, Share,whishlist,Report(polymorphism)
- Comment & Reply (polymorphism)
- Google Map
- Newsletter
- Rich Filter
- Ticket Payment
- Multi Category
- Multi Tags
- Subscription with Notification
- Report (polymorphism)
- Review with Star Rating (Polymorphism)
- Google Map
- Album/Gallery
This command make Livewire CRUD (for Modeles) on Admin Panel
php artisan make:crud MODEL_NAME