Web Aplikasi Standar untuk project baru.
The RumahDev Starter Kit is a project template for developers using Laravel 9.x. It provides a starting point for building web applications, with features such as authentication, authorization, role management, data management, and more. The kit includes various packages and dependencies to enhance the development process.
To install the RumahDev Starter Kit, follow these steps:
.env file based on the provided .env.example file.composer install
.env file.php artisan migrate
php artisan rumahdev:create-superadmin-user
Note: The password should be a combination of uppercase letters, lowercase letters, special characters, and numbers.
php artisan rumahdev:create-dummy-data
Note: This will create 1000 dummy customer data.
php artisan rumahdev:make-repository
The RumahDev Starter Kit for Laravel 9.x is a comprehensive project template that provides essential features and functionality for building web applications. It includes authentication, authorization, data management, role management, and more. The kit comes with pre-configured packages and dependencies to streamline the development process. By following the installation guide, developers can quickly set up their projects and start building web applications with ease.