diff --git a/.gitignore b/.gitignore index f77e3bf79..e2fe585e2 100644 --- a/.gitignore +++ b/.gitignore @@ -25,8 +25,7 @@ yarn-error.log /demo-runner -/resources/json-database/* -!/resources/json-database/references.json +/resources/json-database/rector_runs.json /.env diff --git a/resources/json-database/upcoming_talks.json b/resources/json-database/upcoming_talks.json new file mode 100644 index 000000000..f4ac1cf23 --- /dev/null +++ b/resources/json-database/upcoming_talks.json @@ -0,0 +1,20 @@ +[ + { + "title": "Mastering Automated Refactoring with custom Rector rules - Dave Liddament", + "date": "2025-05-20", + "location": "Chicago, Illinois, USA", + "url": "https://phptek.io/schedule" + }, + { + "title": "Intro to Automated Refactoring with RectorPHP - Chris Abbey", + "date": "2025-05-22", + "location": "Chicago, Illinois, USA", + "url": "https://phptek.io/schedule" + }, + { + "title": "Advanced Rector Shenanigans - Chris Abbey", + "date": "2025-05-22", + "location": "Chicago, Illinois, USA", + "url": "https://phptek.io/schedule" + } +] diff --git a/resources/views/homepage/_parts/posts.blade.php b/resources/views/homepage/_parts/posts.blade.php new file mode 100644 index 000000000..2e8eb6da8 --- /dev/null +++ b/resources/views/homepage/_parts/posts.blade.php @@ -0,0 +1,18 @@ +
We help successful and growing companies to get the most out of the code they already have.
+We help successful and growing companies to get the most out of the code they + already have.
Reduce maintenance cost, make feature delivery
@@ -37,13 +38,20 @@ class="btn btn-primary">Try It Online
Trusted by engineers at
-
-
-
-
-
-
+
+
+
+
+
+
+
- Rector is a PHP tool that you can run on any PHP project to get an instant upgrade + Rector is a PHP tool that you can run on any PHP project to get an instant + upgrade or automated refactoring.
It helps you with: -
In the hands of an expert, Rector massively reduces your work-time.
- Where project upgrade PHP 8.0 to 8.4 would take 3 months, Rector is done in 3 days.
+ Where project upgrade PHP 8.0 to 8.4 would take 3 months,
+ Rector is done in 3 days.
- You can learn it yourself from documentation, + You can learn it yourself from documentation, or to save time and start upgrading today, - hire our upgrade team. + hire + our upgrade team.
- We've already seen them and know exactly how to solve them cost-effectively + We've already seen them and know exactly how to solve them + cost-effectively and quickly.
- How does typical codebase renovation look like? + How does typical codebase + renovation look like?