File tree 5 files changed +5
-363
lines changed
5 files changed +5
-363
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
- Başlangıç
7
7
- [ Kurulum] ( /docs/installation )
8
8
- [ Yapılandırma] ( /docs/configuration )
9
- - [ Homestead] ( /docs/homestead )
10
9
- [ İstek Yaşam Döngüsü] ( /docs/lifecycle )
11
10
- [ Rotalar] ( /docs/routing )
12
11
- [ İstekler (Requests) ve Girdi (Input)] ( /docs/requests )
15
14
- [ Hatalar ve Günlüğe Ekleme] ( /docs/errors )
16
15
- Detaylı Öğrenim
17
16
- [ Kimlik Doğrulama] ( /docs/security )
18
- - [ Faturalama] ( /docs/billing )
19
17
- [ Önbellekleme (Cache)] ( /docs/cache )
20
18
- [ Framework'ün Genişletilmesi] ( /docs/extending )
21
19
- [ Olaylar (Events)] ( /docs/events )
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ Input | [Illuminate\Http\Request](http://laravel.com/api/4.1/Illuminate/Http/R
136
136
Lang | [ Illuminate\Translation\Translator] ( http://laravel.com/api/4.1/Illuminate/Translation/Translator.html ) | ` translator `
137
137
Log | [ Illuminate\Log\Writer] ( http://laravel.com/api/4.1/Illuminate/Log/Writer.html ) | ` log `
138
138
Mail | [ Illuminate\Mail\Mailer] ( http://laravel.com/api/4.1/Illuminate/Mail/Mailer.html ) | ` mailer `
139
- Paginator | [ Illuminate\Pagination\Factory ] ( http://laravel.com/api/4.1/Illuminate/Pagination/Factory .html ) | ` paginator `
139
+ Paginator | [ Illuminate\Pagination\Environment ] ( http://laravel.com/api/4.1/Illuminate/Pagination/Environment .html ) | ` paginator `
140
140
Paginator (Olgu) | [ Illuminate\Pagination\Paginator] ( http://laravel.com/api/4.1/Illuminate/Pagination/Paginator.html ) |
141
141
Password | [ Illuminate\Auth\Reminders\PasswordBroker] ( http://laravel.com/api/4.1/Illuminate/Auth/Reminders/PasswordBroker.html ) | ` auth.reminder `
142
142
Queue | [ Illuminate\Queue\QueueManager] ( http://laravel.com/api/4.1/Illuminate/Queue/QueueManager.html ) | ` queue `
@@ -155,5 +155,5 @@ SSH (Olgu) | [Illuminate\Remote\Connection](http://laravel.com/api/4.1/Illumin
155
155
URL | [ Illuminate\Routing\UrlGenerator] ( http://laravel.com/api/4.1/Illuminate/Routing/UrlGenerator.html ) | ` url `
156
156
Validator | [ Illuminate\Validation\Factory] ( http://laravel.com/api/4.1/Illuminate/Validation/Factory.html ) | ` validator `
157
157
Validator (Olgu) | [ Illuminate\Validation\Validator] ( http://laravel.com/api/4.1/Illuminate/Validation/Validator.html )
158
- View | [ Illuminate\View\Factory ] ( http://laravel.com/api/4.1/Illuminate/View/Factory .html ) | ` view `
158
+ View | [ Illuminate\View\Environment ] ( http://laravel.com/api/4.1/Illuminate/View/Environment .html ) | ` view `
159
159
View (Olgu) | [ Illuminate\View\View] ( http://laravel.com/api/4.1/Illuminate/View/View.html ) |
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments