Commit: 0b473f97c5eb44177fc2ab390a95a7861bf536c0 Author: peter279k <[email protected]> Wed, 19 Jun 2019 23:12:23 +0800 Committer: Christoph M. Becker <[email protected]> Wed, 19 Jun 2019 18:44:03 +0200 Parents: 5c0721b72a29514ce9406e4fb3a441d07f4ad0c6 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=0b473f97c5eb44177fc2ab390a95a7861bf536c0 Log: Add Laravel Conf 2019 Taiwan announcement Changed paths: M archive/archive.xml A archive/entries/2019-06-19-1.xml A images/news/laravel_conf_taiwan_2019.jpg Diff: diff --git a/archive/archive.xml b/archive/archive.xml index db426db..6204535 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2019-06-19-1.xml"/> <xi:include href="entries/2019-06-13-1.xml"/> <xi:include href="entries/2019-06-07-1.xml"/> <xi:include href="entries/2019-05-30-3.xml"/> diff --git a/archive/entries/2019-06-19-1.xml b/archive/entries/2019-06-19-1.xml new file mode 100644 index 0000000..d3e3598 --- /dev/null +++ b/archive/entries/2019-06-19-1.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>LaravelConf Taiwan 2019 announcement</title> + <id>http://php.net/archive/2019.php#id2019-06-19-1</id> + <published>2019-06-19T22:46:22+08:00</published> + <updated>2019-06-19T22:46:22+08:00</updated> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2019-07-13</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <link href="http://php.net/conferences/index.php#id2019-06-19-1" rel="alternate" type="text/html"/> + <default:newsImage xmlns="http://php.net/ns/news" link="https://laravelconf.tw/" title="LaravelConf Taiwan 2019">laravel_conf_taiwan_2019.jpg</default:newsImage> + <link href="https://laravelconf.tw/" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>The third Laravel conference in Taiwan awaits you at LaravelConf Taiwan 2019 at Taipei, Taiwan.</p> + <p><a href="https://laravelconf.tw/">LaravelConf Taiwan 2019</a> is for anyone who is passionate about building web applications, or anyone who is sharing better experiences about PHP developments.</p> + <br /> + <p>LaravelConf Taiwan 2019 brings PHP developers, Laravel framework lovers, and experts together and hosts 10 sessions in multiple track conference on July 13, 2019.</p> + <br /> + <p><b>Our focus this year is:</b></p> + <ul> + <li>Laravel core concepts</li> + <li>The best practices about tracing source code</li> + <li>The best practices about editor usage</li> + <li>The best practices about system architecture</li> + <li>The magic things about Laravel packages</li> + </ul> + <br /> + <p>Come to enjoy the knowledge and socialize with other Laravel artisans.</p> + <br /> + <p>For more infromation: <a href="https://laravelconf.tw/">https://laravelconf.tw</a></p> + <p>Our facebook page: <a href="https://www.facebook.com/laravelconftw/">https://www.facebook.com/laravelconftw</a></p> + </div> + </content> +</entry> diff --git a/images/news/laravel_conf_taiwan_2019.jpg b/images/news/laravel_conf_taiwan_2019.jpg new file mode 100644 index 0000000..97ab735 Binary files /dev/null and b/images/news/laravel_conf_taiwan_2019.jpg differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
