Skip to content

pemula11/pemilwa-laravel

Repository files navigation

Pemilwa Laravel

This is a Laravel project for E-Voting.

Requirements

  • PHP >= 8.2
  • Composer
  • Laravel >= 11

Installation

  1. Clone the repository:

    git clone https://github.com/pemula11/pemilwa-laravel.git
  2. Navigate to the project directory:

    cd pemilwa-laravel
  3. Install dependencies:

    composer install
  4. Copy the .env.example file to .env:

    cp .env.example .env
  5. Generate an application key:

    php artisan key:generate
  6. Set up your database configuration in the .env file.

  7. Run the database migrations:

    php artisan migrate

Usage

Start the local development server:

php artisan serve

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Releases

No releases published

Packages

No packages published

Languages