Create your account
Visit the registration page
Navigate to
/SingIn in your MyDiary instance to access the registration form.Fill in your details
Provide the following information:
- Name - Your display name (will be capitalized automatically)
- Email - A valid email address (must be unique)
- Password - At least 6 characters
- Confirm password - Must match your password
All fields are required. Your email must be unique - you’ll get an error if it’s already registered.
UserController.php:40-45):
Write your first entry
Access the entry form
After logging in, you’ll see the main diary interface with a text area at the top labeled “¿Como te sientes hoy?” (How are you feeling today?).
Compose your entry
Click on the text area and write your thoughts. The entry body is required - you cannot publish an empty entry.
Add an image (optional)
Click the camera icon or “Añadir imagen” area to upload a photo:
- Click to browse your files
- Or drag and drop an image directly
Set visibility
Choose who can see your entry using the visibility dropdown:
- Public - All your friends can see this entry
- Private - Only you can see this entry
- Friends only - Select specific friends to share with
When selecting “Friends only”, a modal opens where you can choose which friends can view the entry.
EntryController.php:21-52):
Connect with friends
Find users
Navigate to
/Friends to see all users. You’ll see three tabs:- Profiles - All users who aren’t your friends yet
- Friends - Your accepted friend connections (type=1)
- Requests - Pending friend requests sent to you (type=2)
Search for someone
Use the search bar to find users by name or email. The search filters users in real-time.
Send a friend request
Click the Add Friend or similar button next to a user’s profile. The request status will change to “Pending”.
If someone already sent you a request, clicking this button will automatically accept their request instead!
FriendRequestsController.php:66-135):
View and engage with content
Once you have friends and entries:- View your feed - See your entries and your friends’ public entries in chronological order
- Like entries - Click the heart icon to like entries from friends
- Edit your entries - Click the edit button on your own entries to modify them
- Delete entries - Click the delete button to remove entries you created
Share selectively
Learn how to control who sees your entries
Manage privacy
Understand all privacy settings