8000 GitHub - suwantara/beratanweb: Website Peternakan Susu Sapi Perah
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

suwantara/beratanweb

Repository files navigation

Dairy Web

About Dairy Web

Dairy Web merupakan website profile untuk peternakan susu sapi:

  • User Authentication & Authorization
  • Contact Form Management
  • Modern Dashboard Interface
  • Responsive Design
  • Message Management System

Requirements

  • PHP >= 8.1
  • Composer
  • Node.js & NPM
  • MySQL/MariaDB
  • Laravel 11.x

Installation

  1. Clone the repository:
git clone https://github.com/suwantara/dairyweb.git
  1. Install PHP dependencies:
composer install
  1. Install NPM packages:
npm install
  1. Copy environment file:
cp .env.example .env
  1. Generate application key:
php artisan key:generate
  1. Configure your database in .env file:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=dairyweb
DB_USERNAME=username
DB_PASSWORD=
  1. Run database migrations:
php artisan migrate
  1. Build assets:
npm run dev

Features

  • User Management

    • Authentication
    • Profile Management
    • Password Reset
  • Message System

    • Contact Form
    • Message Management
    • Read/Unread Status
    • Message Preview
  • Dashboard

    • Message Overview
    • User Statistics
    • Activity Logs

Usage

  1. Register a new account or login with existing credentials
  2. Access the dashboard to manage messages
  3. Use the contact form to send messages
  4. Manage user profile and settings

Contributing

If you'd like to contribute to this project, please:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/improvement)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add new feature')
  5. Push to the branch (git push origin feature/improvement)
  6. Create a Pull Request

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Credits

Contact

If you have any questions, feel free to reach out:

Tambahan

  • Project ini akan diupdate setiap saat jika ada fitur baru

About

Website Peternakan Susu Sapi Perah

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0