-
Inertia.js
Files in the example
-
composer.json
-
app/Http/Controllers/Web/Cash/CashAccountsController.php
-
resources/js/Pages/CashAccounts/Show.vue
-
-
Laravel Jetstream
Files in the example
-
composer.json
-
resources/js/Layouts/AdminLayout.vue
-
-
Service classes
Files in the example
-
app/Services/Transactions/ShowTransaction.php
-
app/Http/Controllers/Web/Transactions/TransactionsController.php
-
-
Policies
Files in the example
-
app/Policies/TransactionPolicy.php
-
app/Http/Controllers/Web/Transactions/TransactionsController.php
-
-
Polymorphic relationships
Files in the example
-
app/Models/Transactions/Transaction.php
-
app/Services/Transactions/AddTransaction.php
-
-
Accessors
Files in the example
-
app/Models/Transactions/Transaction.php
-
resources/js/Pages/Transactions/Show/components/Breakdown.vue
-
-
Pivot tables Many-to-many BelongsToMany
Files in the example
-
app/Models/Transactions/Transaction.php
-
app/Services/Transactions/AddTransaction.php
-