Skip to content

Instantly share code, notes, and snippets.

@dimovdaniel
Created February 17, 2021 07:34
Show Gist options
  • Save dimovdaniel/90d555271a5db0c6f2cf7980e69befab to your computer and use it in GitHub Desktop.
Save dimovdaniel/90d555271a5db0c6f2cf7980e69befab to your computer and use it in GitHub Desktop.
app/Http/Controllers/FinanceController.php
app/Http/Controllers/OrderController.php
app/Http/Controllers/ProcessController.php
app/Http/Controllers/RestorantController.php
app/Models/Config.php
app/Order.php
app/Repositories/Orders/Social/DeliveryPayPalOrder.php
app/Repositories/Orders/Social/PickupPayPalOrder.php
app/Restorant.php
app/Traits/HasConfig.php
app/Traits/Payments/HasPayPal.php
config/app.php
config/config.php
config/services.php
database/migrations/2021_02_16_065037_create_configs_table.php
resources/views/finances/financialdisplay.blade.php
resources/views/orders/index.blade.php
resources/views/orders/partials/modals.blade.php
resources/views/orders/partials/orderdisplay.blade.php
resources/views/orders/partials/orderinfo.blade.php
resources/views/restorants/partials/social_info.blade.php
resources/views/restorants/show.blade.php
tests/CreatesApplication.php
tests/Feature/ConfigTest.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment