Skip to content

ilham-s-saksena/E-Ticketing

Repository files navigation

About

E-Ticketing Website

Requirements

  • Web Server (Apache, Nginx or Etc)
  • PHP Version ^8.2
  • Database (MySql)
  • php-gd extension
  • Composer
  • NodeJs (npm)

Installation

  1. Clone the repository to your local machine:

    git clone [email protected]:ilham-s-saksena/E-Ticketing.git
  2. Change the Directory:

    cd E-Ticketing
  3. Install Dependencies:

    composer install
  4. Copy The .env.example to .env:

    cp .env.example ./.env
  5. Generate app key:

    php artisan key:generate
  6. Set database connection to your database in the .env file.:

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=
    DB_USERNAME=
    DB_PASSWORD=
    
  7. Run Migration:

    php artisan migrate --seed
  8. Install UI Dependencies:

    npm install
  9. Build UI:

    npm run build
  10. Run the app

    php artisan serve
  11. Open the app

About

E-Ticketing website using laravel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages