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.
- 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
- PHP >= 8.1
- Composer
- MySQL or compatible database
- Apache or Nginx web server
- Laravel 10.x
-
Clone the repository:
git clone https://github.com/yourusername/daylog.git cd daylog