Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 670 Bytes

File metadata and controls

33 lines (22 loc) · 670 Bytes

DayLog

DayLog is a Laravel-based web application for logging daily activities, notes, or tasks. It uses Laravel with Blade templating for the frontend and MySQL as the database.


Features

  • User authentication (login, registration)
  • Create, update, delete daily logs
  • View logs in a clean, responsive interface
  • Session management using database
  • Uses Laravel Blade templates for frontend rendering

Requirements

  • PHP >= 8.1
  • Composer
  • MySQL or compatible database
  • Apache or Nginx web server
  • Laravel 10.x

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/daylog.git
    cd daylog