Skip to content

muhammadpadanta/1st-symphony-laravel

Repository files navigation

-- RECOMMENDED BROWSER --

FIREFOX / BRAVE / EDGE

note: Chrome Got Problem when doing Midtrans Transactions.

Known issue

  • Phone number cant exceed 10 Integer.
  • When Press "add to cart" button, sometimes Midtrans API return error.
  • When Midtrans Payment Is success, sometimes the Purchase Status Didn't change to "success".
  • Sometimes Midtrans Snap Window Wont Appear.

Initial Setup to Launch the App

  1. Clone the Project: Start by cloning the project from your friend's GitHub repository to your local machine.

    git clone https://github.com/muhammadpadanta/1st_symphony_laravel.git
  2. Navigate to the project directory

    cd 1st_symphony_laravel
    
  3. Install Composer Dependencies: Navigate to the newly cloned project directory and install Composer dependencies.

    composer install
  4. Update Composer Autoload and Dependencies

    composer dump-autoload
    composer update
  5. Removing Old Public Folder and making new Storage Link

    rm public/userpfps
    rm public/artistphoto
    rm public/concertphoto
    php artisan storage:link
  6. Launch The App

    php artisan serve

Handling Errors

If you encounter errors, follow these steps:

  1. Recovery Procedure:

    php artisan serve
  2. If you encounter an Error Code 500:

    • Rename .env-example to .env.
    • Set APP_DEBUG=true in the .env file.
  3. Generate New Application Key:

    php artisan key:generate
  4. Restart the Server:

    php artisan serve

Contact

If you have any questions, suggestions, or feedback, feel free to reach out to us

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published