Files
InvoiceShelf/config/app.php
agencetwogether 3b61440e1f Complete dashboard translations & small UI improvements (#69)
* fix dropdown action Estimate Dashboard and fix translating full Dasboard page

* Update app.php

* fix locale in app.php config

* Wizard install with translation, customer portal with translation, and fixing hardcoding strings to get translation

* fixes asked to review

* fixes pint

---------

Co-authored-by: Max <contact@agencetwogether.fr>
Co-authored-by: Darko Gjorgjijoski <5760249+gdarko@users.noreply.github.com>
2024-06-05 12:07:46 +02:00

14 lines
326 B
PHP

<?php
use Illuminate\Support\Facades\Facade;
return [
'aliases' => Facade::defaultAliases()->merge([
'Flash' => Laracasts\Flash\Flash::class,
'Menu' => Lavary\Menu\Facade::class,
'Pusher' => Pusher\Pusher::class,
'Redis' => Illuminate\Support\Facades\Redis::class,
])->toArray(),
];