- Inventory Management
- Rental Management
- Complaint Management
- Report Generation
- Package Management
- Booking Calendar
- Report Generation
- Booking & Rent Equipment
- Booking Guide
- Complaint Management
- User Management
- View Statistics
- Handle Complaints
- Report Generation
- HTML | JavaScript | jQuery | SCSS | CSS
- PHP
- MySQL
- Apache
- Docker
- Google Maps API
- Payhere Sandbox
- PHPMailer
- Dompdf
- ApexCharts
Rename example.env
to .env
Rename database/example.env
to database/.env
docker-compose up -d --build
Site will be available at http://localhost:8000
docker exec -it wl-mysql bash
# inside container
cd docker-entrypoint-initdb.d/
# On Windows (To remove CRLF)
sed -i -e 's/\r$//' .env
sed -i -e 's/\r$//' migrate.sh
#import
./migrate.sh import
Or open PHPMyAdmin at http://localhost:8007
and import the wanderlust.sql
file
Use Live Sass Compiler Extension in VSCode to compile SCSS to CSS
customer@wl.com | Admin@1234
rental@wl.com | Admin@1234
guide@wl.com | Admin@1234
admin@wl.com | Admin1234