fix permission on local using root

This commit is contained in:
2025-06-13 18:29:16 +07:00
parent e9566d4c8a
commit 3fb598ae4d
265 changed files with 12685 additions and 20 deletions

0
app/Console/Commands/ClearMutationsCommand.php Normal file → Executable file
View File

0
app/Console/Commands/ClearOpnameData.php Normal file → Executable file
View File

0
app/Console/Kernel.php Normal file → Executable file
View File

0
app/Enums/MutationStatus.php Normal file → Executable file
View File

0
app/Enums/OpnameStatus.php Normal file → Executable file
View File

0
app/Enums/StockChangeType.php Normal file → Executable file
View File

0
app/Exceptions/Handler.php Normal file → Executable file
View File

0
app/Exports/TransactionDealerExport.php Normal file → Executable file
View File

0
app/Exports/TransactionExport.php Normal file → Executable file
View File

0
app/Exports/TransactionSaExport.php Normal file → Executable file
View File

0
app/Http/Controllers/AdminController.php Normal file → Executable file
View File

0
app/Http/Controllers/ApiController.php Normal file → Executable file
View File

View File

0
app/Http/Controllers/Auth/ForgotPasswordController.php Normal file → Executable file
View File

0
app/Http/Controllers/Auth/LoginController.php Normal file → Executable file
View File

0
app/Http/Controllers/Auth/RegisterController.php Normal file → Executable file
View File

0
app/Http/Controllers/Auth/ResetPasswordController.php Normal file → Executable file
View File

0
app/Http/Controllers/Auth/VerificationController.php Normal file → Executable file
View File

0
app/Http/Controllers/CategoryController.php Normal file → Executable file
View File

0
app/Http/Controllers/Controller.php Normal file → Executable file
View File

0
app/Http/Controllers/DealerController.php Normal file → Executable file
View File

0
app/Http/Controllers/HomeController.php Normal file → Executable file
View File

0
app/Http/Controllers/ReportController.php Normal file → Executable file
View File

0
app/Http/Controllers/RolePrivilegeController.php Normal file → Executable file
View File

0
app/Http/Controllers/TransactionController.php Normal file → Executable file
View File

0
app/Http/Controllers/UserController.php Normal file → Executable file
View File

View File

View File

View File

0
app/Http/Controllers/WorkController.php Normal file → Executable file
View File

0
app/Http/Kernel.php Normal file → Executable file
View File

0
app/Http/Middleware/Authenticate.php Normal file → Executable file
View File

0
app/Http/Middleware/EncryptCookies.php Normal file → Executable file
View File

View File

0
app/Http/Middleware/RedirectIfAuthenticated.php Normal file → Executable file
View File

0
app/Http/Middleware/TrimStrings.php Normal file → Executable file
View File

0
app/Http/Middleware/TrustHosts.php Normal file → Executable file
View File

0
app/Http/Middleware/TrustProxies.php Normal file → Executable file
View File

0
app/Http/Middleware/VerifyCsrfToken.php Normal file → Executable file
View File

0
app/Http/Middleware/adminRole.php Normal file → Executable file
View File

0
app/Http/Middleware/mechanicRole.php Normal file → Executable file
View File

0
app/Models/Category.php Normal file → Executable file
View File

0
app/Models/Dealer.php Normal file → Executable file
View File

0
app/Models/Menu.php Normal file → Executable file
View File

0
app/Models/Mutation.php Normal file → Executable file
View File

0
app/Models/MutationDetail.php Normal file → Executable file
View File

0
app/Models/Opname.php Normal file → Executable file
View File

0
app/Models/OpnameDetail.php Normal file → Executable file
View File

0
app/Models/Privilege.php Normal file → Executable file
View File

0
app/Models/Product.php Normal file → Executable file
View File

0
app/Models/ProductCategory.php Normal file → Executable file
View File

0
app/Models/Role.php Normal file → Executable file
View File

0
app/Models/Stock.php Normal file → Executable file
View File

0
app/Models/StockLog.php Normal file → Executable file
View File

0
app/Models/Transaction.php Normal file → Executable file
View File

0
app/Models/User.php Normal file → Executable file
View File

0
app/Models/Work.php Normal file → Executable file
View File

0
app/Providers/AppServiceProvider.php Normal file → Executable file
View File

0
app/Providers/AuthServiceProvider.php Normal file → Executable file
View File

0
app/Providers/BroadcastServiceProvider.php Normal file → Executable file
View File

0
app/Providers/EventServiceProvider.php Normal file → Executable file
View File

0
app/Providers/RouteServiceProvider.php Normal file → Executable file
View File