Laravel-doc-2 Flashcards
conveniently (adverb)
you can use model factories to conveniently generate large amounts of database records
kolayca; rahatça; (adverb)
aggregator (noun)
-
toplayıcı (noun)
invocation (noun)
-
çağrı (noun)
full-fledged (adjective)
… allowing you to build full-fledged; modern frontends using Vue or React …
tam teşekküllü (adjective)
malicious (adjective)
a malicious user might send an is_admin parameter
kötü niyetli (adjective)
vulnerability (noun)
A mass assignment vulnerability occurs when a user passes an unexpected HTTP request field
güvenlik açığı (noun)
identifier (noun)
An exception is thrown if the given identifier can’t be resolved
tanımlayıcı (noun)
override (verb)
Any variable in your .env file can be overridden by external environment variables
geçersiz kıl- (verb)
mention (verb)
As mentioned; you will typically be interacting with the container within service providers
değin-; ifade et- (verb)
iterate (verb)
Blade is an extremely light-weight templating language that provides convenient; short syntax for displaying data; iterating over data; and more
yinele- (verb)
light-weight (adjective)
Blade is an extremely light-weight templating language that provides convenient; short syntax for displaying data; iterating over data; and more
hafif (adjective)
respective (adverb)
Both the Console and Http directories are further explained in their respective sections below
ilgili (adverb)
overall (adjective)
By getting to know the overall framework better
etraflı biçimde (adjective)
glancing (verb)
By glancing at this code; one might assume that the static get method is being called on the Cache class
göz at- (verb)
opinionated (adjective)
Client-side routing is often simplified by using opinionated Vue / React frameworks such as Nuxt and Next
inatçı (adjective)
composit (adjective)
Composite primary keys are not supported by Eloquent models
bileşik (adjective)
consult (verb)
consult the official Laravel Livewire documentation to learn how to take your application to the next level with interactive Livewire components
danış- (verb)
convenience (noun)
For convenience; you may also just provide an array of class names to be resolved by the container whenever Firewall needs Filter instances
kolaylık (noun)
equivalent (adjective)
For example; this facade call and helper call are equivalent
eş değer (adjective)
nested (adjective)
For security; Laravel does not support updating nested JSON attributes when using the guarded property
iç içe geçmiş (adjective)
furthermore (adverb)
Furthermore; this would be a security risk in the event an intruder gains access to your source control repository
üstelik (adverb)
constraint (noun)
Global scopes allow you to add constraints to all queries for a given model
kısıtlama (noun)
grasp (verb)
Having a firm grasp of how a Laravel application is built and bootstrapped via service providers is very valuable
kavra- (anlamak anlamında) (verb)
cumbersome (adjective)
however; data hydration and authentication remain complicated and cumbersome problems to solve when pairing a backend framework like Laravel with these frontend frameworks
hantal (adjective)
robust (adjective)
however; Eloquent resources provide more granular and robust control over the JSON serialization of your models and their relationships
güçlü (adjective)
concrete (adjective)
If a class has no dependencies or only depends on other concrete classes (not interfaces); the container does not need to be instructed on how to resolve that class
somut (adjective)
In fact (adverb)
In fact; if you review the Laravel configuration files; you will notice many of the options are already using this function
aslında (adverb)
bloat (verb)
It means you can develop your application and take advantage of dependency injection without worrying about bloated configuration files
kabar- (verb)
eventually (adverb)
it will still eventually run out of memory
sonunda (adverb)
impose (verb)
Laravel imposes almost no restrictions on where any given class is located
empoze et- (verb)
eloquent (adjective)
Laravel includes Eloquent; an object-relational mapper that makes it enjoyable to interact with your database
anlamlı (adjective)
mapper (noun)
Laravel includes Eloquent; an object-relational mapper that makes it enjoyable to interact with your database
haritacı (noun)
strict (adjective)
a strict vegetarian
sıkı; katı (adjective)
convenient (adjective)
Laravel provides a single; convenient optimize Artisan command that will cache all of these files
kolay; uygun (adjective)
intersperse (verb)
most PHP applications rendered HTML to the browser using simple HTML templates interspersed with PHP echo statements which render data that was retrieved from a database during the request
serpiştir- (verb)
measure (verb)
On those occasions; you may utilize the Benchmark support class to measure the number of milliseconds it takes for the given callbacks to complete
ölç- (verb)
On those occasions (sentence)
On those occasions; you may utilize the Benchmark support class to measure the number of milliseconds it takes for the given callbacks to complete
bu durumlarda (sentence)
terse (adjective)
providing the benefit of a terse
kısa ve öz (adjective)
regardless (adverb)
Regardless of whether you choose to develop your frontend using …
ne olursa olsun (adverb)
aspect (noun)
service providers are the most important aspect of the entire Laravel bootstrap process
bakış açısı; yön; görünüm (noun)
exclude (verb)
soft deleted models will automatically be excluded from query results
hariç tut- (verb)
skimming (noun)
Sometimes it can be difficult to determine all of a model’s available attributes and relationships just by skimming its code
gözden geçirme (noun)
discrete (adjective)
State manipulation methods allow you to define discrete modifications that can be applied to your model factories in any combination
ayrık (adjective)
thus far (sentence)
The $index property contains the number of iterations through the sequence that have occurred thus far
şu ana kadar (sentence)
clause (noun)
The apply method may add where constraints or other types of clauses to the query as needed
madde; fıkra (noun)
bootstrap (noun)
The bootstrap directory contains the app.php file which bootstraps the framework
ön yükleme (noun)
underlying (adjective)
The cache helper is going to call the get method on the class underlying the Cache facade
altta yatan (adjective)
chunk (noun)
The chunk method will retrieve a subset of Eloquent models
küme; yığın (noun)
evaluate (verb)
The closure will receive the factory’s evaluated attribute array
değerlendir- (verb)
significant (adjective)
the cursor method may be used to significantly reduce your application’s memory consumption when iterating through tens of thousands of Eloquent model records
önemli (adjective)
intend (verb)
The default Laravel application structure is intended to provide a great starting point for both large and small applications
niyet et- (verb)
locate (verb)
The firstOrNew method; like firstOrCreate; will attempt to locate a record in the database matching the given attributes
yerini belirle- (verb)
convention (noun)
the following example will use convention to determine that the three posts should belong to the user relationship on the Post model
kural (noun)
qualified (adjective)
The fully qualified class name MUST have a top-level namespace name; also known as a “vendor namespace
nitelikli (adjective)
proper (adjective)
The HasFactory trait’s factory method will use conventions to determine the proper factory for the model the trait is assigned to
düzgün (adjective)
consist (verb)
The method’s first argument consists of the values to insert or update …
meydana gel- (verb)
proceed (verb)
the middleware will allow the request to proceed further into the application
ilerle- (verb)
segregate (verb)
This directory is segregated into app; framework; and logs directories
ayır- (verb)
stub (noun)
This is useful during testing since you can inject a mock or stub and assert that various methods were called on the stub
taslak (noun)
complement (noun)
To complement facades; …
tamamlayıcı (noun)
escalate (verb)
to escalate themselves to an administrator
yükselt- (verb)
consistent (adjective)
Using the chunk method in these scenarios could lead to unexpected and inconsistent results
tutarlı (adjective)
instantaneous (adjective)
Vite provides lightning-fast build times and near instantaneous Hot Module Replacement (HMR) during local development
anlık (adjective)
lightning-fast (adjective)
Vite provides lightning-fast build times and near instantaneous Hot Module Replacement (HMR) during local development
yıldırım hızında (adjective)
properly (adjective)
we’ll cover some great starting points for making sure your Laravel application is deployed properly.
düzgünce (adjective)
built-in (adjective)
When testing; we can use Laravel’s built-in facade testing helpers to mock this method call
yerleşik (adjective)
confident (adjective)
When using any tool in the “real world”; you feel more confident if you understand how that tool works
kendinden emin (adjective)
cast (verb)
which means that Eloquent will automatically cast the primary key to an integer
aktar- (verb)
overview (sentence)
which provides a convenient overview of all the model’s attributes and relations
genel bakış (sentence)
insurmountable (adjective)
While these problems are not insurmountable; we don’t believe it’s a productive or enjoyable way to develop applications
aşılmaz (adjective)
appropriate (adjective)
You are free to choose the appropriate interval at which this command should be run
uygun (adjective)
Without crippling (adjective)
you can enjoy the full power of both Laravel and Vue / React without crippling the capabilities of either tool
ödün vermeden (adjective)
aggregate (noun)
you may also use the count; sum; max; and other aggregate methods provided by the Laravel query builder
toplam (noun)
defer (verb)
you may choose to defer its registration until one of the registered bindings is actually needed
ertele- (verb)
variadic (adjective)
you may have a class that receives an array of typed objects using a variadic constructor argument
değişken (adjective)
treat (verb)
treat yourself
davran- (verb)
persist (verb)
You will need to manually call the save method to persist it
ısrar et- (verb)
succinct (adjective)
your code may be made even more succinct by accessing the resolved model as a property of the request
kısa ve öz (adjective)