-
Notifications
You must be signed in to change notification settings - Fork 555
[WIP] Why use PHP #1172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
[WIP] Why use PHP #1172
Conversation
🚀 Regression report for commit 837e36b is at https://web-php-regression-report-pr-1172.preview.thephp.foundation |
🚀 Preview for commit 837e36b can be found at https://web-php-pr-1172.preview.thephp.foundation |
I feel this is very suitable as the homepage of the official website. At present, the release log on the homepage only needs to display the title of the latest article in highlighted font. In addition, there should be an archive entrance in the navigation bar, which will look much more comfortable. |
+1 Very much agree! The landing/home page should be about what PHP is, and why you should trust it for your project (used by x, case studies, use cases, power of the vast ecosystem etc). Updates/announcements are of course very important, but would work well as a secondary page. Having said this, the current design of the page in this PR would of course need adjusting to match the styling of the current homepage, potentially keeping the existing top "hero" section. |
@lwlwilliam, @AndriusBartulis, thanks for your feedback! |
I think it's worth mentioning somewhere at the top:
I think these things are important to show that PHP is not only for simple pages or WP blogs (as many people may see PHP), but also for enterprise applications |
{ | ||
return new Response( | ||
headers: ['Content-Type' => 'text/html'], | ||
body: '<h1>Welcome to the Modern PHP Application!</h1>' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
body: '<h1>Welcome to the Modern PHP Application!</h1>' | |
body: '<h1>Welcome to Modern PHP!</h1>' |
Not sure what the best exact wording is, but I believe the current sentence is incorrect, right?
<li> | ||
E-commerce platforms: <a href="https://woocommerce.com/">WooCommerce</a>, | ||
<a href="https://www.shopware.com/">Shopware</a>, | ||
<a href="https://prestashop.com/">PrestaShop</a>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😉
<a href="https://prestashop.com/">PrestaShop</a>. | |
<a href="https://prestashop.com/">PrestaShop</a>, | |
<a href="https://sylius.com/">Sylius</a> |
Draft version of Why use PHP page:
https://web-php-pr-1172.preview.thephp.foundation/why-use-php
/cc @pronskiy