Skip to content

greymore-tech/laravel-razorpay-sample

Repository files navigation

Product Page

Product Page using Laravel with Vue.js

Clone and follow the steps below to use the application (run commands while in project directory)

1. Change file name .env.example to .env and configure it as needed for payment.
2. Update Composer (for vendor folder)
$ composer update
3. Generate Key for Laravel Application
$ php artisan key:generate
4. Link Storage
$ php artisan storage:link
5. Now run migrations
$ php artisan migrate
6. Lastly, start the server
$ php artisan serve