Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.3.0
    User Profile Features
    Change Password Feature
    Gravatar Feature
  • v1.2.0
    Vehicles Type CRUD
    
    1. Repository and Interface for Vehicles Type CRUD.
    2. New routes.
    3. New seeder for the default vehicles types.
    4. The created_at and updated_at dates are being returned using the diffForHumans method to make them readable.
  • v1.1.0
    Parking Spaces CRUD - Auth Method Improvements.
    
    1. Repository and Interface for Parking Spaces CRUD.
    2. New routes.
    3. New seeder for the default parking spaces.
    4. The created_at and updated_at dates are being returned using the diffForHumans method to make them readable.
  • v1.0.0
    Auth Features and other improvements.
    
    1. Register Users.
    2. Login Users.
    3. Logout Users.
    4. Form request validations.
    5. Protected routes with auth middleware.
    6. Catching errors to display messages in an expected format.
    7. Repository Pattern implemented.
    8. Postman collection with the endpoint routes untill now.