-
Livewire
Files in the example
-
composer.json
-
app/Http/Livewire/WidgetList.php
-
resources/views/livewire/widget-list.blade.php
-
-
Helpers
Files in the example
-
app/Helper.php
-
app/Models/Budget.php
-
-
Repositories
Files in the example
-
app/Repositories/DashboardRepository.php
-
app/Widgets/Balance.php
-
-
View composers
Files in the example
-
app/Providers/AppServiceProvider.php
-
resources/views/layout.blade.php
-
-
Policies
Files in the example
-
app/Policies/EarningPolicy.php
-
app/Providers/AuthServiceProvider.php
-
-
Send email
Files in the example
-
app/Mail/WeeklyReport.php
-
app/Jobs/SendWeeklyReports.php
-
-
Events & listeners
Files in the example
-
app/Events/ImportCreated.php
-
app/Models/Import.php
-
-
Custom artisan commands
Files in the example
-
app/Console/Commands/BudgetInstall.php
-