Author: Josh Cirre (joshcirre) Committer: GitHub (web-flow) Pusher: TimWolla Date: 2026-06-01T23:33:27+02:00
Commit: https://github.com/php/web-php/commit/2a61030193cc54ffea5e7f70ff502fc7e82f6449 Raw diff: https://github.com/php/web-php/commit/2a61030193cc54ffea5e7f70ff502fc7e82f6449.diff Added conference: Laracon US 2026 (#1898) Changed paths: A archive/entries/2026-06-01-1.xml A images/news/laraconus2026.jpg M archive/archive.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 2a1a3b8548..900de1bac1 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/2026-06-01-1.xml"/> <xi:include href="entries/2026-05-11-1.xml"/> <xi:include href="entries/2026-05-07-4.xml"/> <xi:include href="entries/2026-05-07-3.xml"/> diff --git a/archive/entries/2026-06-01-1.xml b/archive/entries/2026-06-01-1.xml new file mode 100644 index 0000000000..03b007131a --- /dev/null +++ b/archive/entries/2026-06-01-1.xml @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>Laracon US 2026</title> + <id>https://www.php.net/archive/2026.php#2026-06-01-1</id> + <published>2026-06-01T16:50:29+00:00</published> + <updated>2026-06-01T16:50:29+00:00</updated> + <link href="https://www.php.net/conferences/index.php#2026-06-01-1" rel="alternate" type="text/html"/> + <link href="https://laracon.us" rel="via" type="text/html"/> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2026-07-29</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <default:newsImage xmlns="http://php.net/ns/news" link="https://laracon.us" title="Laracon US 2026">laraconus2026.jpg</default:newsImage> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"><p> + Laracon US 2026 is the flagship Laravel conference, returning to the East Coast on July 28-29, 2026 at the SoWa Power Station in Boston, Massachusetts. +</p> +<p> + Join Laravel and PHP developers from around the world for two days of world-class talks, hands-on learning, and community connection. Come ready to level up, leave ready to ship. +</p> +Information:<br/> +<ul> + <li>July 28-29, 2026</li> + <li>SoWa Power Station, 550 Harrison Ave, Boston, MA, USA</li> + <li>14+ confirmed speakers, including Taylor Otwell and Nuno Maduro</li> +</ul> +<p> + Additional events like: +</p> +<ul> + <li><a href="https://luma.com/a97xou0l">Dodgeball</a> — July 27, 3:00 PM</li> + <li><a href="https://luma.com/0j18sp8t">Larabelles Meetup</a> — July 27, 4:00 PM</li> + <li><a href="https://luma.com/3ma69cwe">Laraprom with Mostly Technical</a> — July 27, 8:00 PM</li> +</ul> +<p> + Plus an after party, VIP dinner, and <a href="https://nativephp.com/the-vibes">The Vibes with NativePHP</a> are happening throughout the week. +</p> +<p> + For full information and schedule, visit <a href="https://laracon.us">Laracon US 2026</a>. +</p> +<p> + You can also find us on <a href="https://twitter.com/LaraconUS">X / Twitter</a>. +</p> + </div> + </content> +</entry> diff --git a/images/news/laraconus2026.jpg b/images/news/laraconus2026.jpg new file mode 100644 index 0000000000..2e6e5a83cc Binary files /dev/null and b/images/news/laraconus2026.jpg differ
