[PHP 8.3.12] [Windows] Form has no style
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
- MuhammadAnnys
- Posts: 2
- Joined: 18 Jul 2025, 02:26
[PHP 8.3.12] [Windows] Form has no style
[PHP 8.3.12] [Windows] I just install the latest aomei, the landing page is fine, but when i open the login and register page it look like in the attached file
https://imagekit.io/public/share/idefvb ... bfce760d21https://imagekit.io/public/share/idefvb ... 0dc5e85fce
i follow the install step from the github, then i got this warning
Can't resolve '@tailwindcss/forms' in '...\vendor\laravel\breeze\stubs\default'
i tried installing the node, then npm run dev, but still the same
https://imagekit.io/public/share/idefvb ... bfce760d21https://imagekit.io/public/share/idefvb ... 0dc5e85fce
i follow the install step from the github, then i got this warning
Can't resolve '@tailwindcss/forms' in '...\vendor\laravel\breeze\stubs\default'
i tried installing the node, then npm run dev, but still the same
Re: [PHP 8.3.12] [Windows] Form has no style
Thank you for your bug report!
The problem is fixed and a new version has been released now.
If you don't want to install Aimeos from scratch (because the files of the Laravel project are not updated if you run "composer update"), you need to:
1.) Replace the file in your app with the content from Github: https://github.com/laravel/laravel/blob ... ss/app.css
2.) Run "npm update"
3.) Run "npm run build"
Afterwards, new CSS/JS bundle files are generated in your ./public/build/ directory
The problem is fixed and a new version has been released now.
If you don't want to install Aimeos from scratch (because the files of the Laravel project are not updated if you run "composer update"), you need to:
1.) Replace the file in your app with the content from Github: https://github.com/laravel/laravel/blob ... ss/app.css
2.) Run "npm update"
3.) Run "npm run build"
Afterwards, new CSS/JS bundle files are generated in your ./public/build/ directory
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

- MuhammadAnnys
- Posts: 2
- Joined: 18 Jul 2025, 02:26
Re: [PHP 8.3.12] [Windows] Form has no style
Thank you, it works now