This is a simple project in initial phase where a basic template is used and which covers all the features that needed to run the society !!
Before you can run this application, please ensure that your system meets the following requirements:
- PHP version >= 7.3
- Composer >= 1.10.13
- XAMPP Server >= 3.2.0
-
Clone the Repository: Start by cloning this repository to your local machine.
-
Open Terminal: Open your terminal or command prompt.
-
Navigate to Project Directory: Change your current directory to the project folder where you cloned the repository.
-
Install Dependencies: Run the following command to install project dependencies using Composer:
composer install
5.Configure Environment Variables: Open your project's .env file and make sure to update the following variables according to your database setup:
- DB_DATABASE: Your database name.
- DB_USERNAME: Your database username.
- DB_PASSWORD: Your database password.
-
Generate Application Key: Run the following command to generate your application key:
php artisan key:generate
-
Start XAMPP Server: Start your XAMPP server.
-
Database Migration and Seeding: In your terminal, paste and run the following command to set up your database tables and seed data:
php artisan migrate:fresh --seed
-
Run the Application: Start the application on your local machine with the following command:
php artisan serve
-
Access the Application: Once it's running on your local machine, access it via the following link: