Laravel Package Development - e06 - Parsing the Head Fields

preview_player
Показать описание
We will start to process each of the fields passed in through the markdown files.

About this Course
In this series, we are tackling Laravel Package Development from scratch. Developing your own packages maximizes your code reusability, helps you with versioning and opens a huge door of possibility for external contributions by other developers. Come along for the ride as we learn everything from setting up tests to package auto discovery.
Рекомендации по теме
Комментарии
Автор

Thanks a lot, man. Your videos are awesome

pedropeter
Автор

How you are using file facade? Can you explain a bit. I am confused.

Meeshalkumar
Автор

Hi ! Thank you for this awesome video. Just notice that on Windows we need an extra trim on line 40 of PressFileParser to remove \r. Any other solution ?

dadaarno
Автор

I must change .md file from CRLF to LF. Not trimmed '\r' . Or refactor using str_replace('\r', '', trim($str))
Windows...

JACKoPL
Автор

I always like your videos but you're not focusing on package development much here, you could have done a simpler example and focus more on package development basics instead of doing all these complicated functions, tests and regexs

bashardlaleh