This is a laravel livewire project where you can post support ticket, comments on each ticket, Authentication Component
What is in this project
- Every task in different branches
- Tailwind css
- Create & delete comments
- Image upload with comments
- Support Ticket
- Every Support ticket has own comments
- Authentication Implemented
- Single Page Application (SPA)
- Uses turbolinks
Uses Guideline
clone the repo - full code on final branch, So, please clone final one to get full code
move to livewire directory
composer install or update
npm install
php artisan key:generate
setup .env file
APP_URL = http://localhost:8000
setup database
php artisan migrate
php artisan serve
Don't forget to compile css
npm run watch