I have been using laravel zero for quite some time now in some personal projects and i love it, it's just the right tool for making cli apps in my opinion.
And i want to give back to the project so i am curious @nunomaduro can i make some updates to the website, like :
- change from laravel mix to vite
- update the ui of the home page
- update laravel to the latest v11
Would that be a good idea or just a wast of time for you bro ?
I have worked on a new theme for Laravel-zero.com lately and this is the result, i hope i can get some feedback on it ๐.
beside that i have successfully completed the following tasks:
- change from laravel mix to vite โ
- update the ui of the home page โ
- updated the framework from laravel 8 to 9 initialy โ
(now i will make it to 10 then to 11)
- updated npm dependencies: Alpinejs, highlight.js and quicklink. โ
- changed from tailwindcss using sass to a single app.css file containing everything in an organized manner. โ
here is the github repo if you want to see the updated code.
github.com/abdelhamiderrahmouni/laravel-zero.com
You can find the preview in here
laravel-zero.errahmounispace.com
Thanks man ๐, i will proceed with the pull request please let me know if there is any thing to clarify.
Update: i have opened it
Most of the work was in the home page and in changing old scss files to app.css.
github.com/laravel-zero/laravel-zero.com/pull/18