Bali Bagus Rentcar Website is a streamlined web application built with Laravel 10, designed to support car rental services with a focus on simplicity and ease of use. The application provides a user-friendly landing page and detailed car listings for potential customers, while also offering an administrative interface for managing the car inventory.
- Car Listings: View detailed information on available cars including make, model, price, and availability.
- Booking System: Easy-to-use booking systems redirected to Whatsapp.
- Admin Dashboard: Manage the cars with a comprehensive dashboard.
- Responsive Design: Optimized for both desktop and mobile devices.
- PHP >= 8.0
- Composer
- MySQL database
- Web Server: Apache, Nginx, or similar
-
Clone Repository
git clone https://github.com/your-username/rentcar-website.git cd rentcar-website composer install
-
Create Environtment
cp .env.example .env
-
Generate Key in .env
php artisan key:generate
-
Create Database Create a database named "rentcar"
-
Run The Migrations
php artisan migrate --seed
-
Run The Web
php artisan server
Visit http://127.0.0.1:8000 to access the application.