文件名称:Laravel-Razorpay:laravel中的Razorpay付款网关集成,具有提交表单并将详细信息存储在付款表中
文件大小:331KB
文件格式:ZIP
更新时间:2024-05-06 05:23:04
PHP
在laravel中将razorpay付款网关与提交表单集成,并将付款明细存储在付款表中。 如何在本地系统中设置项目,请按照以下步骤操作:- 1) Clone the repo and cd into it 2) Open terminal from the folder and type: composer install 3) Rename or copy .env.example file to .env 4) php artisan key:generate 5) Set your database credentials in your .env file 6) Run the command: php artisan migrate //run the command 7) Run command : npm install 8) and
【文件预览】:
Laravel-Razorpay-main
----.gitignore(163B)
----app()
--------User.php(734B)
--------Providers()
--------Exceptions()
--------Http()
--------Console()
--------Payment.php(103B)
----bootstrap()
--------app.php(2KB)
--------cache()
----package.json(1KB)
----package-lock.json(444KB)
----resources()
--------lang()
--------sass()
--------js()
--------views()
----server.php(563B)
----storage()
--------app()
--------framework()
--------logs()
----.styleci.yml(174B)
----public()
--------mix-manifest.json(71B)
--------.htaccess(603B)
--------robots.txt(24B)
--------index.php(2KB)
--------js()
--------css()
--------image()
--------favicon.ico(0B)
----composer.json(2KB)
----composer.lock(249KB)
----README.md(598B)
----phpunit.xml(1KB)
----tests()
--------TestCase.php(163B)
--------Unit()
--------Feature()
--------CreatesApplication.php(380B)
----config()
--------database.php(5KB)
--------services.php(950B)
--------session.php(7KB)
--------cache.php(3KB)
--------auth.php(4KB)
--------cors.php(823B)
--------app.php(9KB)
--------hashing.php(2KB)
--------mail.php(3KB)
--------logging.php(3KB)
--------broadcasting.php(2KB)
--------filesystems.php(3KB)
--------view.php(1KB)
--------queue.php(3KB)
----artisan(2KB)
----database()
--------.gitignore(26B)
--------factories()
--------migrations()
--------seeds()
----routes()
--------console.php(593B)
--------channels.php(551B)
--------web.php(696B)
--------api.php(566B)
----webpack.mix.js(538B)
----.gitattributes(111B)
----.editorconfig(220B)