-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
berkanumutlu
commented
Jun 25, 2024
•
edited
Loading
edited
- (b60a626) Web > Plugins eklendi.
- Bootstrap v5.3.3
- jQuery v3.7.1
- @popperjs/core v2.11.8
- Bootstrap Icons v1.11.3
- Owl Carousel v2.3.4
- animate.css v4.1.1
- Fancybox v5.0
- (dcec864) Web > Main layout eklendi.
- php artisan make:controller Web/HomeController
- php artisan make:provider WebServiceProvider
- (219f898) Web > Ana sayfada slider listesi gösterildi.
- (5b6766f) Web > About us sayfası eklendi.
- php artisan make:controller Web/ArticleController
- (882fe5f) Web > Articles sayfası eklendi.
- php artisan make:provider HelperServiceProvider
- php artisan vendor:publish --tag=laravel-pagination
- (70ed00c) Web > Article detail sayfası eklendi.
- (99a2441) Web > Catalog sayfası eklendi.
- php artisan make:controller Web/CatalogController
- (e79a520) Web > News sayfası eklendi.
- php artisan make:controller Web/NewsController
- (0e3f145) Web > Quality sayfası eklendi.
- php artisan make:controller Web/QualityController
- (0e35524) Web > Contact sayfası eklendi.
- php artisan make:controller Web/ContactController
- php artisan make:mail SendContactMessageMail
- (320ff07) Web > Social media kayıtları gösterildi.
- (1608f00) Web > Register sayfası eklendi.
- php artisan make:controller Web/RegisterController
- php artisan make:request Web/UserStoreRequest
- php artisan make:component Web/Alert --view
- (ad09be5) Web > Login sayfası eklendi.
- php artisan make:controller Web/LoginController
- php artisan make:request Web/LoginRequest
- (378cea0) Web > Logout işlemi eklendi.
- (a5c178f) Web > User profile sayfası eklendi.
- php artisan make:controller Web/UserController
- (78440af) Web > User change password işlemi eklendi.
- php artisan make:request Web/UserUpdatePasswordRequest
- php artisan make:component Web/Errors --view
- (061178c) Web > User tickets sayfası eklendi.
- TicketStatus enum eklendi.
- php artisan make:component Web/chat --view
- Bootstrap v5.3.3 - jQuery v3.7.1 - @popperjs/core v2.11.8
- php artisan make:controller Web/HomeController - php artisan make:provider WebServiceProvider
- Web > animate.css v4.1.1 plugins eklendi.
- php artisan make:controller Web/ArticleController
- php artisan make:provider HelperServiceProvider
- php artisan vendor:publish --tag=laravel-pagination
- php artisan make:controller Web/ArticleController
- php artisan make:controller Web/NewsController
- Web > Fancybox v5.0 plugins eklendi. - php artisan make:controller Web/QualityController
- php artisan make:controller Web/ContactController
- php artisan make:mail SendContactMessageMail
- php artisan make:controller Web/RegisterController
- php artisan make:request Web/UserStoreRequest - php artisan make:component Web/Alert --view
- php artisan make:controller Web/LoginController
- php artisan make:request Web/LoginRequest
- php artisan make:controller Web/UserController
- php artisan make:request Web/UserUpdatePasswordRequest - php artisan make:component Web/Errors --view
- TicketStatus enum eklendi.
- php artisan make:component Web/chat --view
berkanumutlu
added a commit
that referenced
this pull request
Aug 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.