-
The Migration table created successfully, but n content because of `Syntax error`. The same with _utf32_, _utf8_, _utf8mb4_.
```
# php artisan migrate
Migration table created successfully.
…
-
Hey @ksimenic, I've tried your solution, but I don't think it considers the possibility of running Laravel Octane together with Vapor.
I can confirm it works without Octane, but it would be nice if…
-
### Reporting a bug?
Hello,
I m using a vue component named "SimplePagination.vue" to manage my pagination.
Inside this one, i m using the Translation component ().
Im facing the following error…
-
#### What are you trying to achieve?
Rollback transactions between each test
#### What do you get instead?
Database changes not reverted
> Provide console output if related. Use `-vvv` mode f…
-
I have modified the file bootstrap-select-v1.14.0-beta3
and looks like working very well with bootstrap 5.3.0, I published the source code here
[https://gist.github.com/mattymatty76/c996d3b77f298…
-
how to install for L5?
-
When a comment is added for a post, admin pannel is throwing below error
ErrorException:
Undefined variable: user_picture
at /var/www/html/my_site/src/MicroweberPackages/Comment/Notifications…
-
Hello dear,
I just setup this awesome project :). But getting this broken issue on backend :(
https://www.screencast.com/t/gH0YYgNxeSoz
Can you please please help
-
@hinton and me got to talking about this, better to discuss this in an appropriate ticket
**Mobile support**
Oscar brought up the issue of modals possible being a bother on mobile devices, it wouldn'…
-
@iliyaZelenko
I tested your repo in an attempt to get laravel passport + nuxt working. I am trying to get end-to-end login and a full oauth flow (et access token, use access token to call an API) …