-
Notifications
You must be signed in to change notification settings - Fork 120
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
laravel 10 support with php 8 #99
Comments
same issue |
2 similar comments
same issue |
same issue |
I spent a few days fighting with this and in the end I decided to integrate it on my own. The steps would be:
This should do the work. |
thank you |
https://github.com/IAmShafqatAli/boostrap5-inertia-ssr You can try this repo. I used jet strap with Laravel 9 and upgraded to Laravel 10. I am using it in my project and it seems to be doing the trick for me. Feel free to pull it and modify it as your need. |
Your requirements could not be resolved to an installable set of packages. Problem 1 You can also try re-running composer require with an explicit version constraint, e.g. "composer require nascent-africa/jetstrap:*" to figure out if any version is installable, or "composer require nascent-africa/jetstrap:^2.1" if you know which you need. Installation failed, reverting ./composer.json and ./composer.lock to their original content. |
My two cents on this. If you get this error Import path.resolve this way So you have |
After doing all these two quote, i have face a problem ( i have run npm i boostrap) [vite:css] [sass] Can't find stylesheet to import. |
Hey everyone, if somebody is interessted, i build an update of this package which for now only supports Livewire. It will swap the Tailwind views with some Bootstrap views and works with laravel 10 with vite. https://github.com/m1ge0/bootsjet Feedback is very appreciated... |
Try replacing it with @import "node_modules/bootstrap/scss/bootstrap"; |
thank you for all |
i cant install on laravel 10 project.
The text was updated successfully, but these errors were encountered: