Laravel ??: Laravel Service Container? ???? ??? ??? ???? ??? ??????
Jun 14, 2023 pm 12:04 PM??? ??? ?? ??? ??? ?? ? ???? ???? ? ? ??? ??? ?????. Laravel ???? Laravel Service Container? ???? ?? ?? ???? ????? ???? ??? ?? ???? ??? ???? ????? ? ??? ?? ?? ??? ??? ?? ???????. Laravel Service Container? ???? ??? ??? ???? ??? ?? ?????.
- ??? ?? ??
??? ??? ??? ?????. ?? ????? ??? ??????? ????? ?? ???? ???? ?? ?? ???? ??? ?? ??? ???? ???? ????. ? ??? ??? ????? ???? ??? ???? ???? ? ????.
- Laravel Service Container ??
Laravel Service Container? ??????? ?? ?? ????? ???? ? ??? ? ?? ??? ??? ?? ???????. Laravel?? ??? ????? ???? ? ??? ???? ??? ? ?? ??? ?????.
- ??? ?? ??
Laravel??? ??? ????? ???? ??? ??? ???? ???? ??? ????????.
3.1 ????? ? ?? ??? ??
??, ?????? ?? ???? ???? ???. ?????? ????? ???? ?? ???? ???? ?????. ?? ???? ??? ????? ???? ??? ???? ??????.
<?php interface LoggerInterface { public function log($message); } class FileLogger implements LoggerInterface { public function log($message) { // 寫入文件日志 } }
3.2 ??? ??
??? ???? ?? ??? ????? ?? ???? ?????. app/Providers ????? ??? ??? LogFileServiceProvider.php? ???, Register() ???? ??? ????? FileLogger ???? ?????.
<?php namespace AppProviders; use IlluminateSupportServiceProvider; use AppServicesFileLogger; class LogFileServiceProvider extends ServiceProvider { public function register() { $this->app->bind( 'AppServicesLoggerInterface', 'AppServicesFileLogger' ); } }
? ????? Bind() ???? ???? LoggerInterface ?????? FileLogger ?? ???? ??????. ??? ???? LoggerInterface ?????? ???? ? ? Laravel? ???? FileLogger ????? ???? ??????? ?????.
3.3 ??? ?? ??
???? ???? ?? ?????? ???? ?? ?? ???? ?? ????? ??? ? ????. Logger? ????? ???? ?? ???????.
<?php namespace AppHttpControllers; use IlluminateHttpRequest; use AppServicesLoggerInterface; class UserController extends Controller { protected $logger; public function __construct(LoggerInterface $logger) { $this->logger = $logger; } public function index(Request $request) { $this->logger->log('hello user'); // ... } }
? ????? ???? LoggerInterface ????? ?????. ?? ???? UserController?? LoggerInterface ????? ???? ? ? ????? $this->logger ??? ?? ??? ? ????.
??
?? ? ???? ??? ??? ?? ??? ??? ??? ?????. Laravel ???? Laravel Service Container? ?? ??? ??? ?? ???????. ??? ????? ?? ??????? ?? ?? ??? ????? ????, ??? ????, ??? ???, ?? ??? ? ??? ???? ???? ? ????.
? ??? Laravel ??: Laravel Service Container? ???? ??? ??? ???? ??? ??????? ?? ?????. ??? ??? 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)

PHP?? ?? ??? ???? ? ?? ?? ??? ????. 1. php.ini? ?? ??? ??; 2. ? ?? (? : Apache? Setenv ?? nginx? FastCGI_Param)? ??????. 3. PHP ?????? putenv () ??? ??????. ? ??? Php.ini? ????? ??? ???? ??? ???? ? ?? ??? ?? ???? ????? ???? Putenv ()? ?? ??? ?????. ?? ???? ?? ?? (? : php.ini ?? ? ?? ??)? ???? ????. ?? ?? ??? ??? ?? ??? ????? ???? ?? ????.

Laravel? ?? ??? ?? ?? ??? ?? ?? ??? ???? ??? ??????. ?? ???? ?? ??? ????? ? ???? I/O ?? ? ?? ?? ??? ???? ???? ??? ?? ? ????. 1. ?? ????? ?? ? ? ???????? ??? ????? ?? ???? ??????. 2. ??? ? ??? ?? ? ? PhPartisAnconfig? ?? ???????. 3. ?? ??? ??? ??? ???? ?? ?? ?? ???? ???? ????. 4. ?? ?? ??? ???? ?? ??? ??? .env ??? ???? ?? ???????.

PHP ????? ?? ??? ??? ? ??? ??? CI (Continuous Integration) ????? ???? ? ????. 1. DockerFile? ???? ?? ???, ?? ??, ??? ?? ? ?? ??? ???? PHP ??? ?????. 2. Gitlabci? ?? CI/CD ??? ???? .gitlab-ci.yml ??? ?? ??, ??? ? ?? ??? ???? ?? ??, ??? ? ??? ?????. 3. PHPUNIT? ?? ??? ??? ??? ???? ?? ?? ? ???? ???? ????????. 4. Kubernetes? ?? ?? ?? ??? ???? ?? .yaml ??? ?? ?? ??? ?????. 5. Dockerfile ??? ? ??? ??? ??????

Laravel? eloquentscopes? ?? ??? ??? ??? ?????? ?? ?? ??? ????? ?????. 1. ?? ??? ???? ???? ???? ???? Post :: published (); 2. ??? ??? ?? ??? ???? ???? ?? ??? ?? ?? ?? ??? ???? ???? ??? ?????? ??? ???? ???????. 3. ????? ?? ?? ?? ??? ??? ?? ?? ??? ?? ? ? ??? ?? ? ? ?? ?? ??? ?????. 4. ?? ??? ? ??? ?? ???? ? ??? ? ?? ??, ?? ??, ?? ???? ? ?? ?????????.

CreateAhelpers.phpfileInapp/helperswithCustOmFunctionsikeFormatPrice, isactiveroute, andisAdmin.2.addTheFileTothe "??"sectionOfcomposer.jsonUnderAutoLoad.3.runcomposerDump-AUTOLOADTOMAKETHINGTICTIONSGLOBELYAVAILABLE.4.USETHEHELPERFUNCUNTION

?? ?? ?? : ?? ????? PHP? ?? Error_Log ()? ??? ? ????. ????? ???? ??? ?? ??? ?????? ???? ?? ??? ? ?? ??? ???? ??? ?? ???, ??, ?? ? ?? ? ?? ?? ??? ???? ??? ??????. 2. ??? ?? ?? : ??? ??? ??? ??? ? ??? ?? ??? ??? ?? ??? ??? ??????? ??????. MySQL/PostgreSQL? ???? ??? ? ???? ??????. Elasticsearch Kibana? ? ???/? ???? ?????. ???, ??? ?? ? ??? ? ?? ??? ?? ??????. 3. ?? ? ?? ????? : ??, ???, ?? ? ??? ??? ??????. Kibana? ?? ????? PHP ??? ?? ?? ?????? ???? ???? ?????? ???? ??? ? ?? ??? ??? ? ????.

??? (DI) ISADESIGNPATTORNWHEREWHEDROUDIVESTESTESTETESTERGROWCONSTRUCTOR, 2.SPRINGFRAMEWWERTHUSENONTATIONS? ??@autowiredWithjava ?? CONCUTTATIONS LIKERWITHCONSTRUCTOR, ORFIELDINGESS.2.SPRINGFRAMEWWERTHUSENNOTATIONS

??, ??, ?? ?? ? ?? ??? ???? ?? ??? ?? ? ?? ???? ?????. 2. ?? ???? ???? ?? ??? ??? SONGSTOMONY ? HASMANY ?? ??; 3. ?? ? ? ?? ? ?? ??? ????? (?? ???? ?? ??? ? ??). 4. ?? ? ?? ??? ???? ?? ??? ???? ?? ? ?? ??? ???? ?? ??? ?????. 5. ?? ???? ??? ?? (?? ??)? ???? ?? ????? ??????. 6. ?? ??? ?? ??? ???? Laravel Signature URL? ???? ??? ??????. 7. ? ?? ?? ? ? ?? ??? ?? ?? ??? ?? ??? ?????. ?????? ??, ?? ?? ??? ??????????.
