This is a Laravel project for E-Voting.
- PHP >= 8.2
- Composer
- Laravel >= 11
-
Clone the repository:
git clone https://github.com/pemula11/pemilwa-laravel.git
-
Navigate to the project directory:
cd pemilwa-laravel -
Install dependencies:
composer install
-
Copy the
.env.examplefile to.env:cp .env.example .env
-
Generate an application key:
php artisan key:generate
-
Set up your database configuration in the
.envfile. -
Run the database migrations:
php artisan migrate
Start the local development server:
php artisan servePlease read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.