Laravel ???? ?? ??? ???? ????
May 29, 2023 am 09:23 AMLaravel? ???? ??? ???? Laravel ?????? ??? ?? ??? ?????. ???? ??? ?????? Laravel?? ???? ???? ??? ?????? ?? ???? ??? ??? ?? ??? ???? ???????.
1. ???? ??
???? ??, ?? ??, ??? ?? ?? ??? ?? ???? ?? ? ????? ???? ???? ??? ?????. Laravel ??????? ???? ??? ???? ??? ???? ?? ??? ??? ?? ??? ????? ?? ????, ????? ? ????? ??? ? ??? ?? ???? ?? ????? ??? ?? ???? ????.
????? ???? ?????? ???? ?? ??? ???? ??? ???? ? ????? ????? ?? ??? ??? ? ???? ????? ???? ??? ????? ???. ???? ????? ??? ????, ???? ??? ????, ??? ????? ??? ??????.
?????? ?? ???? ?? ???? ??? ????? ??? ???? ??? ?? ?? ??? ???? ???? ??? ??? ??? ???? ? ? ????.
2. ??? ?? ??
???? ??? ? ??? ???? ???? ??? ?? ??? ???? ???? ? ?? ??? ???? ???. ??? ???? ???? ??? ???????.
- Create Service
???? ??? ? ???? ??? ???? ???? ???. ???? ????? ?? ?? ??, ??, ?? ? ?? ??? ????? ??? ?? ??? ?? ?? ???? ???? ??? ?????.
??? ???? ??? ???? ?? ?? ???? ??? ??? ?????.
<?php namespace AppServices; use AppRepositoriesUserRepository; class RegisterService { protected $userRepository; /** * RegisterService constructor. * * @param UserRepository $userRepository */ public function __construct(UserRepository $userRepository) { $this->userRepository = $userRepository; } /** * 用戶注冊. * * @param array $data * * @return mixed */ public function register(array $data) { // TODO: 進(jìn)一步驗(yàn)證 $this->userRepository->create($data); } }
? ???? ? ?? ??????? AppServices?? ???? ??? ??? RegisterService???. UserRepository ??? ???? ???? ???. Service??? ??? ?? ??? ???? UserRepository? create() ???? ???? ??????? ? ???? ??????.
- Call Service
Service? ?? ??? Controller? Repository?? ?? ???? ???. ??? ?? ??? ???? ?? ?? Controller?? RegisterService? ???? ????.
<?php namespace AppHttpControllers; use AppHttpRequestsRegisterRequest; use AppServicesRegisterService; class RegisterController extends Controller { public function register(RegisterRequest $request, RegisterService $registerService) { // TODO: 調(diào)用 Service 進(jìn)行注冊 $registerService->register($request->validated()); } }
? ???? RegisterService? ??? ? ???? UserRepository ??? ???? ??, ??? ? RegisterService? RegisterController ??? ??? ???????.
3. Service?? ??? ??? ?? ??
Laravel?? Service? ??? ? ?? ???? ???? ???.
- Service? ?? ???? ??? ?? Service, Repository ?? ?? ???? ??? ? ????. ?? ??? ? ???? ???? ???? ???.
- ???? ?? ???? ??? ???? ??, ?? ???? ???? ???? ???? ???. ????? ???? ??? ?? ????? ??? ??? ???? ???. ????? ? ???? ?? ??? ???? ?? ????.
- ???? ? ?? ?? ??? ???? ???. ???? ??? ???? ? ?? ??? ???? ??? ??? ??? ???.
4. ??
Service? Laravel? ??? ?? ?? ? ???? ???? ?? ?? ????? ??? ?? ?????. Laravel 5.8/6 ?? Laravel? ?? ??? ??? ?? ?? ????? ????? ???? ??? ??? ?? ?? ??????. ?? ? ????? ???? ??? ?? ??? ?? ??? ? ???? ???? ?? ?? ???? ????? ???? ?? ???? ?????.
? ??? Laravel ???? ?? ??? ???? ????? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

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

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

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

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

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

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

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

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

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

TOWORKEFCITIVE WITHPIVOTTBLESINLARAVEL, FIRDSCESSPIVOTDATAUSINGWITHPIVOT () ORWITHTIMESTAMPS (), thenupdateentrieswithupdatee XistingPivot (), ManagerElationshipsviadetach () andsync (), andusecustompivotmodelswheneded.1.usewithpivot () toincludescificcol

Laravel ?? ???? 4 ?? ?? ??? ?? ?? ???? ???? ???? ? ????. 1. ?? ????? ???? ?? ??? ??? ??? ?? ???? ??? ???? ?????? ??? ??? ????? ?? ??? ?? ???? ??? ??????. 2. ???? ?? ????? ??????? ?????, n 1 ??? ???, ?? ??? ????, ??? ??, ??? ?? ? ?? ? ?? ??, ?? ??? ????. 3. ?? ?? ?? ? ?? ???? ??? ??? ?? ?? ??? ? ??? ???? ???? ???? ???? ???? ? ?? ????? ??????. 4. ??? ?? ? ???? ??? ??? ??? ?? ???? ????? ?? ?????? ????? ?? ???? ? ??? ?? ??? ????? ??????.

Laravel ????? ?????? ??? ???? ???? RefreshDatabase ??, ??? ??? ??, ?? ??? ?? ? ??? ?? ?? ??? ?????. 1. ?? ??? ???? ? ???? ??? ??????? ??????? ???? ?? ?????? ??? ???? ?????????. 2. ?? ??? ???? ??? ???? ??? ?? ???? ?? ?? ???? ?????. 3. DatabasEtransactionStrait? ???? ??? ?? ??? ????? ? ?????????. 4. ???? ???? ???? ??????? ???? ??? ? ?? ? ??????? ?? ??????. ??? ??? ???? ???? ???? ???? ?? ??? ? ??? ??? ?? ???? ?????.

Laravelsanctum? SPA ?? ??? ??????? ?? ???? ?? API ??? ??? ?? ??? ?? OAUTH2 ??? ??? ????? ?????. 1. Sanctum? ?? ?? ??? ????, ??? ???? ?????. 2. Passport? ?? ?? ? ????? ?? ??? ?? ??? ????? ????, ?? ???? ?????? ?????. 3. ?? ?? ? ??? ? ???? ?? ?? ??? ????. 4. ?? ??? ?????? ??? ???? ??? ?? ??? ??? ???? ?????. ??? ? ???? ?? ??? ?? OAUTH2 ??? ???? ??? ???????.

Laravel? ?? ???? ?????? ???? ??? ??????. 1. DB :: Transaction () ???? ???? ??? ???? ???? ?? ?? ?? ?? ?? ??; 2. ?? ? ????? ???? ?? ???? ?? ????? ????? ?? ???? ??? ???? ???? ??? ?? ????. 3.?? ??? ??? ??? ????? ??? begintransaction (), commit () ? rollback ()? ?? ?? ?? ??? ?????. 4. ?? ???? ??? ?? ????, ??? ?? ??, ??? ?? ? ?? ?? ??? ?????. ????? ?? ?? ??? ???? ?? ???? ??? ? ??? ???? ? ????.

Laravel?? HTTP ?? ? ??? ???? ??? ?? ???, ?? ?? ? ?? ???? ??? ????? ????. 1. ?? ???? ?? ? ? ?? ????? ?? ?? ????? ???? input () ?? ?? ???? ???? ??? ?? ??? ?? validate () ?? ?? ?? ???? ?? ? ? ????. 2. Return Response? ???,??, JSON, ?? ?? ? ??? ?? ?? ? ???? ??? ?????. 3. ?? ???? ?? ? ?? ?? () ??? ? Store ()? ???? ??? ???????. ????? ?? ?? ?? ? ??? ?????? ???? ??? ??????? ??? ? ????.

Laravel?? ??? ??? ??? ???? ?? ???? ??? Route () ??? ??? ???? ????. Route () ??? ??? ?? ??? ???? ??? ???? ???? ?? ?? ???? ???? ????. 1. Route ( 'user.profile', [ 'id'=> 1])? ?? ???? ????? ?? ??? ?? ??? ?????. 2. ?? ?? ?? ? ? ?? ? ?????? ??? Route ( 'user.post.show', [ 'id'=> 1, 'postId'=> 10]? ?? ??? ??? ??? ????. 3. ??? ????? ?? ???? ???? ?? ?? ? ? ????. 4. ??? ?? ??? ???? ??? Route ( 'user.post',

Laravel? ??? ?? ??? ?? ???? ?? ?????. ?? ??? ??? ????. 1. ?? ???? ?? ?? ?????. 2. Phpartisanqueue? ?? ???? ??? ? ? ?? ??? ?????? : Work- Queue = High, Default; 3. onqueue () ???? ???? ??? ?? ? ? ? ??? ??????. 4. Laravelhorizon ? ?? ??? ???? ??? ??? ?????? ?????. ?? ?? ?? ?? ?? ? ??? ???? ????? ?? ??? ?? ??? ?? ?????.
