Skip to main content

Code Examples of serversideup/financial-freedom

Discover how to use Laravel's serversideup/financial-freedom examples.

7 examples

Inertia.js

Files in this example

  • composer.json
    • app/Http/Controllers/Web/Cash/CashAccountsController.php
      • resources/js/Pages/CashAccounts/Show.vue
View all examples

Laravel Jetstream

Files in this example

  • composer.json
    • resources/js/Layouts/AdminLayout.vue
View all examples

Service classes

Files in this example

  • app/Services/Transactions/ShowTransaction.php
    • app/Http/Controllers/Web/Transactions/TransactionsController.php
View all examples

Policies

Files in this example

  • app/Policies/TransactionPolicy.php
    • app/Http/Controllers/Web/Transactions/TransactionsController.php
View all examples

Polymorphic relationships

Files in this example

  • app/Models/Transactions/Transaction.php
    • app/Services/Transactions/AddTransaction.php
View all examples

Accessors

Files in this example

  • app/Models/Transactions/Transaction.php
    • resources/js/Pages/Transactions/Show/components/Breakdown.vue
View all examples

Pivot tables Many-to-many BelongsToMany

Files in this example

  • app/Models/Transactions/Transaction.php
    • app/Services/Transactions/AddTransaction.php
View all examples