FIREFOX / BRAVE / EDGE
note: Chrome Got Problem when doing Midtrans Transactions.
- 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.
-
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
-
Navigate to the project directory
cd 1st_symphony_laravel
-
Install Composer Dependencies: Navigate to the newly cloned project directory and install Composer dependencies.
composer install
-
Update Composer Autoload and Dependencies
composer dump-autoload composer update
-
Removing Old Public Folder and making new Storage Link
rm public/userpfps rm public/artistphoto rm public/concertphoto php artisan storage:link
-
Launch The App
php artisan serve
If you encounter errors, follow these steps:
-
Recovery Procedure:
php artisan serve
-
If you encounter an Error Code 500:
- Rename
.env-example
to.env
. - Set
APP_DEBUG=true
in the.env
file.
- Rename
-
Generate New Application Key:
php artisan key:generate
-
Restart the Server:
php artisan serve
If you have any questions, suggestions, or feedback, feel free to reach out to us