emr / laravelnotlari
Laravel Notları
This package is not auto-updated.
Last update: 2025-03-10 13:45:49 UTC
README
Laravel is an open source PHP framework with MVC structure. Object Orientation "Object Oriented Programming (OOP)"; "Object Relational Mapping (ORM)" in Object relationship with DB; "Composer" as dependency management; "Artisan" is used for configuration. In these notes, the subjects that will be needed about Laravel are explained with examples. (Laravel, MVC yapısına sahip açık kaynak kodlu PHP çerçevesidir (framework). Nesne yönelimi "Object Oriented Programming(OOP)"; DB ile Nesne ilişkisinde "Object Relational Mapping(ORM)"; Bağımlılık yönetimi olarak "Composer"; Konfigurasyon için "Artisan" kullanılır. Bu notlarda Laravel hakkında ihtiyaç duyulacak konular örneklerle anlatılmıştır.)
Emrullah İLÇİN
- First definitions for cloud or local Server:
- Laravel install:
- Laravel config:
- 100 Laravel structure:
- 110 Laravel first page:
- 120 Artisan:
- 130 Auth:
- 140 Passport:
- 170 Simple CRUD exampe:
- 190 Vue:
- 200 Vue CRUD example:
- 201 Vue-Router:
- 210 Debug:
- 220 Request:
- 230 Validate:
- 240 Session:
- 270 Page Not Found:
- 280 Invite:
- 290 Time Date:
- 291 Using the Double Underscore (__) Translation:
- 292 Create console commands with artisan:
- 293 How to Use Laravel Config Files:
- 294 Laravel Paths:
- 300 Href & url get post:
- 310 Laravel Package Development:
- 320 DB Elequent and queries:
- 321 DB HasMany and BelongsTo: