Skip to content

harisfi/katalog_buku

Repository files navigation

Project Katalog Buku

Usage

Prerequisites

Database Design

img

Installation

  1. Clone the repository

    git clone https://github.com/harisfi/customer-bctarakan.git
  2. Use the package manager composer to install vendor.

    composer install
  3. Configure .env files, => copy .env.example and rename it to .env

    cp .env.example .env
  4. Set your database configuration in .env files

  5. Generate APP_KEY

    php artisan key:generate
  6. Run Migration

    php artisan migrate
  7. Run Seeder

    php artisan db:seed
  8. Create a symbolic link from public/storage to storage/app/public

    php artisan storage:link
  9. Run Laravel server

    php artisan serve

Configuring for production deployment

  1. Change .env debug mode

    APP_DEBUG=false
  2. Run artisan command for optimizing app

    php artisan optimize

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT