Spatie Laravel Medialibrary ???? ??? ??? ???? ??? ??????
Oct 13, 2025 am 05:18 AMSpatie Laravel Medialibrary? Laravel? ??? ?? ??? ??????. ??? ??, ?????? ? ?? ??, InteractsWithMedia ??? ???? ?? ?? ??, ?? ??? ??, ?? ??? ??, ??? ?? ???? ???, ??? ?? ?? ? ?? ????? ?? ??? API? ??? ??? ?????.
?? ? ??
????? Composer? ?? ???? ??????.
-
composer require spatie/laravel-medialibrary
??????? ???? ???? media
???? ????.
-
php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="migrations"
-
php artisan migrate
??? ??? ??? ?? ?? ??? ??????.
-
php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="config"
Eloquent ??? InteractsWithMedia
??? ?????.
Spatie\MediaLibrary\HasMedia? ?????. Spatie\MediaLibrary\InteractsWithMedia? ?????. ??? ?? ?? ?? ?? HasMedia { InteractsWithMedia? ?????. }
??? ?? ? ??
addMedia
???? ???? ?? ????? ??? ??? ? ????.
$product = ??::find(1); $?? ->addMedia($request->file('???')) ->toMediaCollection('???');
??? ?? ??? ?? ???? ???? ?????? media
???? ?????. ? ?? ??? ?? images
, documents
?? ?? ??? ???? ??? ? ????.
???? ?????:
$media = $product->getMedia('???'); foreach($media? $item??) { echo $item->getUrl(); // ??? ?? URL }
??? ?? ???? ?????.
$product->getFirstMedia('???')->delete();
?? ? ??? ??
???? ?? ??? ??? ?????. ???? ?? ?????.
?? ?? RegisterMediaConversions(??? $media = null): ?? { $this->addMediaConversion('thumb') ->??(100) ->??(100); $this->addMediaConversion('????') ->??(500) ->??(300) ->????(); }
?? ???? ???? thumb
? preview
??? ?? ?????. ??? ?? ?????:
<img src="{{ $product- alt="Spatie Laravel Medialibrary ???? ??? ??? ???? ??? ??????" >getFirstMediaUrl('images', 'thumb') }}">
nonQueued()
? ???? ?? ? ??? ????? ???? ?????.
?? ??: ??? ?? ???, URL ? ??
???? ??? ???(?: S3, ??, ??)? ??? ? ????. ???? ???? ?????.
->toMediaCollection('??', 's3');
??? ?? ?? ??? ???? ???? URL ?? ?? ???? ??? ?????. ?? ?? ?? ?? ? ID?? ??? ?????.
spatie/laravel-medialibrary-pro
?? ?? ??? ?? ??? ???? ???? ??? ???? ?????? ?????(EXIF)? ?????.
??? ???? ?????? ???? ?? ???? ?????.
-
php artisan medialibrary:regenerate
– ?? ?? ?? - ??? ???? ?? ???? ???? ???? ?????(
deleting
??? ??? ???? ??).
????? Spatie? Medialibrary? Laravel ??? ?? ??? ??????. ??? API, ??? ?? ? ??? ??? ?? ??? ??? ?????.
? ??? Spatie Laravel Medialibrary ???? ??? ??? ???? ??? ??????? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Stock Market GPT
? ??? ??? ?? AI ?? ?? ??

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

Laravelusesmonologtomessagesviathelogfacade, witlefaultLogsStoredInstorage/logss/laRavel.log.configureChannelSinconfig/logging.phptocontroloutput; thedefaultStackChannelAggatesmultipleAndlerLerslikesingle, whitesLog

installlaravelsanctumviacomposerandpublishitsfiles, thenrunmigrations.2.addehasapitokenstraittotheusermodel.3

Laravel Resource Controller? RESTFul ???? ?? CRUD ??? ???? ???? Artisan Command? ???? ???? ? ??? ??? ???? ?? ?? ???? ?? ?? ??? ?? ? ? ???, ?? ?? ??? ???? ???? ? ?? ??? ????, ??? ?? ???? ???? ????? ????? ????? ?? ??? ??? ? ????.

Redirect () ?? ??? ?????? Redirect ()-> Route ( 'home')? ?? Laravel ?????? ????? ???? ??? ??? ???? ??? URL? ???? ( '/dashboard'), reidirect ()-> read ()? ?? ???? ???? sectain ()? ???? ()? ???? ()? ???? ?? ???? ?????. ?? ?? ???? ????? ?? ?? ? ??? ???? ?? ????.

ToimplementApiAuthenticationwithlaravelsanctum, youneedtosetuptoken ?? Authenticaticationathathallowsspas, mobileApps ? third-partyservicestosecureLycessyourapi.sanctumprovidesalightweightighiSibescan

DB Facade? ???? ?? SQL? ???? DB :: SELECT, DB :: Insert, DB :: update ?? DB :: ??? ???? ?? ?? ???? ???? SQL ??? ??????. DB :: ???? ?? ?? ??? ??? ??? ? ????. DB :: RAW? ???? ?? ???? ?? ???? ???? ? ????.

Eloquentorm ?? QueryBuilder? ??? ???? ??? SQL ??? ?? ? ? ????. 2. whereraw ? ?? ??? ??? ?? ??? ??? ?? ?? ???? ?? ???? ???????. 3. ?? Laravel? ?? ??? ???? ??? ???? ???????. 4. ?? ??? ??? ??? ? ?? ??? ???????. 5. ??? ?? ???? ???? ?? ??? ??? ? ?? ??? ?????. ??? ??? SQL ?? ?? ???? Laravel? ?? ??? ??? ?? ? SQL ?? ??? ????? ?? ? ? ????.

createa.blade.phpfileintheresources/viewsdirectory, suchAsresources/views/home.blade.php, usinghtmlandbladesyntax.2. returnthe ViewfromarouteInroutes/web.phpwithview ( 'home', [ 'name'=> 'john']) ?? fromacontrollermethodftercreatinghomecontrollerviphpartis
