Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add users #2

Merged
merged 18 commits into from
Dec 28, 2024
Merged

Add users #2

merged 18 commits into from
Dec 28, 2024

Conversation

srgoogle23
Copy link
Owner

This pull request includes several changes to the project, focusing on database configuration, user management, and validation. The most important changes include updates to the environment configuration, the addition of a UserController and a User model, updates to the composer.json file to include new dependencies, and the creation of a migration file for the users table.

Environment Configuration:

  • .env.example: Updated database configuration to use PostgreSQL instead of MySQL and changed Redis host.

User Management:

  • app/Controller/UserController.php: Added a new controller to handle user-related operations such as listing, showing, storing, and deleting users.
  • app/Model/User.php: Added a new model to represent the User entity with properties and configurations for the users table.
  • config/routes.php: Added routes for user-related operations handled by UserController.

Database Migration:

Dependencies:

Validation and Localization:

@srgoogle23 srgoogle23 added the enhancement New feature or request label Dec 28, 2024
@srgoogle23 srgoogle23 self-assigned this Dec 28, 2024
@srgoogle23 srgoogle23 merged commit d7fb650 into main Dec 28, 2024
2 checks passed
@srgoogle23 srgoogle23 deleted the add-users branch December 28, 2024 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant