andrewdwallo / erpsaas

A Laravel and Filament-powered accounting platform, crafting a modern and automated solution for financial management.
MIT License
580 stars 166 forks source link

Added whole new login functionality for company register and login #15

Closed andrewdwallo closed 1 year ago

andrewdwallo commented 1 year ago
new file:   app/Components/PasswordGenerator.php
new file:   app/Filament/Pages/MyProfile.php
modified:   app/Filament/Resources/UserResource.php
modified:   app/Filament/Resources/UserResource/Pages/CreateUser.php
modified:   app/Filament/Resources/UserResource/Pages/EditUser.php
modified:   app/Filament/Resources/UserResource/Pages/ListUsers.php
deleted:    app/Filament/Resources/UserResource/Pages/ViewUser.php
new file:   app/Http/Livewire/Register.php
new file:   app/Mail/UserCreated.php
modified:   app/Models/User.php
new file:   app/Observers/UserObserver.php
modified:   app/Providers/AppServiceProvider.php
modified:   composer.lock
new file:   config/erpsaas.php
modified:   config/filament-breezy.php
modified:   database/migrations/2014_10_12_000000_create_users_table.php
modified:   package-lock.json
modified:   package.json
modified:   pnpm-lock.yaml
new file:   resources/views/components/password-generator.blade.php
new file:   resources/views/emails/users/created.blade.php
new file:   resources/views/filament/pages/my-profile.blade.php
new file:   resources/views/livewire/register.blade.php
modified:   yarn.lock