Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web Düzenlemeler #1 #2

Merged
merged 32 commits into from
Jul 24, 2024
Merged

Web Düzenlemeler #1 #2

merged 32 commits into from
Jul 24, 2024

Commits on Jun 22, 2024

  1. Web > Plugins eklendi.

    - Bootstrap  v5.3.3
    - jQuery v3.7.1
    - @popperjs/core v2.11.8
    berkanumutlu committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    b60a626 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    65b3cf8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Web > Main layout eklendi.

    - php artisan make:controller Web/HomeController
    - php artisan make:provider WebServiceProvider
    berkanumutlu committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    dcec864 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    04c4be6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    b6d862e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    219f898 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Web > Ana sayfadaki slider tasarımı düzenlendi.

    - Web > animate.css v4.1.1 plugins eklendi.
    berkanumutlu committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    be87188 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Web > About us sayfası eklendi.

    - php artisan make:controller Web/ArticleController
    berkanumutlu committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    5b6766f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    7640ea9 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Web > Articles sayfası eklendi.

    - php artisan make:provider HelperServiceProvider
    berkanumutlu committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    882fe5f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Web > Articles pagination eklendi.

    - php artisan vendor:publish --tag=laravel-pagination
    berkanumutlu committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2ddaae5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    70ed00c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Web > Catalog sayfası eklendi.

    - php artisan make:controller Web/ArticleController
    berkanumutlu committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    99a2441 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Web > News sayfası eklendi.

    - php artisan make:controller Web/NewsController
    berkanumutlu committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e79a520 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Web > Quality sayfası eklendi.

    - Web > Fancybox v5.0 plugins eklendi.
    - php artisan make:controller Web/QualityController
    berkanumutlu committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    0e3f145 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Web > Contact sayfası eklendi.

    - php artisan make:controller Web/ContactController
    berkanumutlu committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    0e35524 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Web > Contact message gönderme işlemi eklendi.

    - php artisan make:mail SendContactMessageMail
    berkanumutlu committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ae10400 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    320ff07 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Web > Register sayfası eklendi.

    - php artisan make:controller Web/RegisterController
    berkanumutlu committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1608f00 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Web > Register işlemi eklendi.

    - php artisan make:request Web/UserStoreRequest
    - php artisan make:component Web/Alert --view
    berkanumutlu committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c6db115 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Web > Login sayfası eklendi.

    - php artisan make:controller Web/LoginController
    berkanumutlu committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ad09be5 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Web > Login işlemi eklendi.

    - php artisan make:request Web/LoginRequest
    berkanumutlu committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    0dcae78 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    378cea0 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Web > User profile sayfası eklendi.

    - php artisan make:controller Web/UserController
    berkanumutlu committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a5c178f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    365abc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Web > User change password işlemi eklendi.

    - php artisan make:request Web/UserUpdatePasswordRequest
    - php artisan make:component Web/Errors --view
    berkanumutlu committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    78440af View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Update README.md

    berkanumutlu committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    910ebad View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    1928957 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Web > User tickets sayfası eklendi.

    - TicketStatus enum eklendi.
    berkanumutlu committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    061178c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Web > User ticket detay sayfası eklendi.

    - php artisan make:component Web/chat --view
    berkanumutlu committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    17295da View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    72ebabf View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    257bf50 View commit details
    Browse the repository at this point in the history