-
Events & listeners
Files in the example
-
app/Providers/Event.php
-
app/Events/Document/DocumentViewed.php
-
app/Listeners/Document/MarkDocumentViewed.php
-
app/Http/Controllers/Portal/Invoices.php
-
-
Queues
Files in the example
-
app/Jobs/Common/CreateItem.php
-
app/Jobs/Common/CreateItemTaxes.php
-
app/Http/Controllers/Api/Common/Items.php
-
-
Observers
Files in the example
-
app/Observers/Transaction.php
-
app/Providers/Observer.php
-
config/app.php
-
-
Helpers
Files in the example
-
app/Utilities/helpers.php
-
composer.json
-
app/Http/Controllers/Auth/Login.php
-
-
Barryvdh/laravel-dompdf
Files in the example
-
composer.json
-
app/Http/Controllers/Portal/Invoices.php
-
app/Traits/Documents.php
-
routes/portal.php
-
-
Notifications
Files in the example
-
app/Abstracts/Notification.php
-
app/Notifications/Sale/Invoice.php
-
app/Http/Controllers/Sales/Invoices.php
-
-
Collection Methods: Prepend
Files in the example
-
app/Http/ViewComposers/Modules.php
-
-
Collection Methods: Pluck
Files in the example
-
app/Http/ViewComposers/Modules.php
-
app/Http/Controllers/Common/Companies.php
-
-
Collection Methods: Put
Files in the example
-
app/Http/Controllers/Common/Items.php
-
-
Collection Methods: Has
Files in the example
-
app/Http/Controllers/Common/Items.php
-
-
Collection Methods: Each
Files in the example
-
app/Http/Controllers/Purchases/Vendors.php
-
-
Collection Methods: Transform
Files in the example
-
app/Http/Controllers/Settings/Modules.php
-
-
Factories
Files in the example
-
database/factories/Account.php
-
database/seeds/SampleData.php
-
-
Blade directive
Files in the example
-
app/Providers/Blade.php
-
resources/views/common/dashboards/show.blade.php
-
config/app.php
-
-
Testing
Files in the example
-
tests/Feature/Banking/AccountsTest.php
-
-
Maatwebsite/excel
Files in the example
-
composer.json
-
app/Exports/Sales/Revenues.php
-
app/Http/Controllers/Sales/Revenues.php
-
routes/admin.php
-
-
HasManyThrough
Files in the example
-
app/Models/Common/Widget.php
-
-
Cache
Files in the example
-
app/Traits/Modules.php
-
-
Multi-language
Files in the example
-
resources/lang/lt-LT/currencies.php
-
resources/views/settings/currencies/create.blade.php
-
resources/lang/en-US/currencies.php
-
-
WhereHas
Files in the example
-
app/Models/Common/Dashboard.php
-
-
Task scheduling
Files in the example
-
app/Console/Kernel.php
-
-
Form requests
Files in the example
-
app/Http/Requests/Banking/Transaction.php
-
-
Excel import
Files in the example
-
composer.json
-
routes/admin.php
-
app/Http/Controllers/Purchases/Payments.php
-
app/Imports/Purchases/Payments.php
-
app/Http/Requests/Common/Import.php
-
app/Imports/Purchases/Payments.php
-
resources/views/common/import/create.blade.php
-
-
Signed url
Files in the example
-
routes/signed.php
-
app/Http/Controllers/Portal/Payments.php
-
resources/views/portal/payments/signed.blade.php
-
-
Collection Methods: Tap
Files in the example
-
overrides/Illuminate/View/Concerns/ManagesStacks.php
-
-
Database transactions
Files in the example
-
app/BulkActions/Banking/Reconciliations.php
-
-
Casting
Files in the example
-
app/Models/Banking/Account.php
-
app/Traits/Import.php
-
-
Constants
Files in the example
-
app/Console/Commands/Install.php
-
-
Codezero/laravel-localized-routes
Files in the example
-
resources/lang/en-US/currencies.php
-