Laravel-Lang / publisher

Publisher provides functionality for working with application localization
https://laravel-lang.com/packages-publisher.html
MIT License
211 stars 25 forks source link

Docs throw 404 #324

Closed pxlrbt closed 1 year ago

pxlrbt commented 1 year ago

Environment

Browser

Issue description

In think publisher docs were merged into package docs, but the subdomain throws a 404 now.

Steps to reproduce

Go to https://publisher.laravel-lang.com/

andrey-helldar commented 1 year ago

@pxlrbt, a few days ago we combined the documentation for all our projects and posted it here: https://laravel-lang.com

You can say where you found the publisher.laravel-lang.com address so that we can try to update it?

andrey-helldar commented 1 year ago

I also added a 301 redirect to the new address. Now, when you try to go to the old address, the browser will automatically go to the new site.

Thanks for your feedback!

pxlrbt commented 1 year ago

I also added a 301 redirect to the new address. Now, when you try to go to the old address, the browser will automatically go to the new site.

Sweet, thanks. It was still listed on Google, so you were lost when coming from there. I didn't notice the change and was looking for the Publisher docs.

Good move though. I always struggled a bit to get from Laravel-Lang to the publisher docs 😅

andrey-helldar commented 1 year ago

Thank you!

Yes, these were different projects in different visibility zones, but later we combined them into one place. And now, the documentation has been updated 🙂

By the way, you may also be interested in the laravel-lang/common project. Its task is to simplify the installation of all the necessary packages.

image

Compatibility table: https://laravel-lang.com/installation/compatibility/common.html

pxlrbt commented 1 year ago

Yeah, I found that in the installation docs and it really makes sense. People don't care about the separate packages. They just want to add/update their lang files.