Skip to content

Instantly share code, notes, and snippets.

@dimovdaniel
Created February 9, 2021 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimovdaniel/497727c35598c29d644b0a95c8d974de to your computer and use it in GitHub Desktop.
Save dimovdaniel/497727c35598c29d644b0a95c8d974de to your computer and use it in GitHub Desktop.
resources/views/qrsaas/partials/footer.blade.php
resources/lang/en.json
resources/lang/en/validation.php
config/money.php
public/custom/css/custom.css
public/custom/js/js.js
.gitignore
app/Http/Controllers/API/Client/OrdersController.php
app/Http/Controllers/ClientController.php
app/Http/Controllers/FeaturesController.php
app/Http/Controllers/FrontEndController.php
app/Http/Controllers/OrderController.php
app/Http/Controllers/PaymentController.php
app/Http/Controllers/ProcessController.php
app/Http/Controllers/SettingsController.php
app/Http/Controllers/TestimonialsController.php
app/Models/Features.php
app/Models/Process.php
app/Models/Testimonials.php
app/Order.php
app/Providers/AppServiceProvider.php
app/Repositories/Orders/LocalOrderRepository.php
app/Restorant.php
app/Traits/Payments/HasStripe.php
config/config.php
config/languages.php
config/settings.php
config/timezones.php
database/schema/mysql-schema.dump
database/seeders/DemoSeeder.php
database/seeders/LandingPageSeeder.php
database/seeders/PlansSeeder.php
database/seeders/RestorantsTableSeeder.php
database/seeders/UsersTableSeeder.php
package.json
resources/views/cart.blade.php
resources/views/cart/client.blade.php
resources/views/cart/newaddress.blade.php
resources/views/cart/payment.blade.php
resources/views/errors/404.blade.php
resources/views/errors/500.blade.php
resources/views/layouts/app.blade.php
resources/views/layouts/empty.blade.php
resources/views/layouts/navbars/menus/admin.blade.php
resources/views/layouts/navbars/menus/owner.blade.php
resources/views/orders/partials/orderinfo.blade.php
resources/views/orders/success.blade.php
resources/views/restorants/edit.blade.php
resources/views/restorants/partials/info.blade.php
resources/views/restorants/partials/social_info.blade.php
resources/views/restorants/partials/waphone.blade.php
resources/views/settings/index.blade.php
routes/web.php
@emicantero
Copy link

thanks for this info, it's essential for my work.

@emicantero
Copy link

Stripe error on payment persist...

@Felipedscba
Copy link

how to download the most updated version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment