]> _ Git - pmi.git/commit
wip #5789 @7:00
authorsoufiane <soufiane@cubedesigners.com>
Fri, 17 Mar 2023 17:41:20 +0000 (18:41 +0100)
committersoufiane <soufiane@cubedesigners.com>
Fri, 17 Mar 2023 17:41:20 +0000 (18:41 +0100)
commitcdfe49d632ac3ee5465b9cf83980780746e46ec1
tree895804829989088a1c7c2f2e593d37ee69e3974f
parent09e7f778f5cb0b96e8344633b2f829bdfe8e2bda
wip #5789 @7:00
26 files changed:
app/Http/Controllers/AjaxController.php
app/Http/Controllers/ClientController.php
app/Http/Controllers/SignInController.php
app/Http/Kernel.php
app/Http/Middleware/RedirectClientIfAuthenticated.php [new file with mode: 0644]
app/Http/Middleware/RedirectIfAuthenticated.php
app/Models/AuthClient.php [new file with mode: 0644]
app/Models/BackpackClient.php [deleted file]
app/Models/Client.php [new file with mode: 0644]
app/Models/Clients.php [deleted file]
app/Templates/Base.php
app/Templates/Home.php
app/Templates/MyAccount.php [new file with mode: 0644]
app/Templates/SignIn.php
config/auth.php
config/debugbar.php [new file with mode: 0644]
resources/js/app.js
resources/styles/common/setup.styl
resources/styles/components/header.styl
resources/styles/components/navigation.styl
resources/views/pages/home.blade.php
resources/views/pages/sign_in.blade.php
resources/views/partials/account.blade.php
resources/views/partials/header.blade.php
resources/views/partials/nav-account.blade.php [new file with mode: 0644]
routes/web.php