-
Notifications
You must be signed in to change notification settings - Fork 193
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
You pushed Laravel library 3 years ago. Do you believe, this library will work on Laravel 10? #149
Comments
Why don't you reply? |
I have installed on Laravel 10 and it loads everything. You just need to do some manual work. For example, create the setting table manually. You can use this:
Also you don't need to intimidate the developer to respond to your comment. he might be busy and he has his own life to take care of. Just be patient and have some respect. |
From what I am looking at. You have to make sure to tweak the PHP file so that it matches your DB definition. Check your database.php (inside config) and your .env files for the definition and compare it to the DB.php so that they match properly. it is important that the drivers are match. So if your default driver is SQL but the DB matchs MySQL drivers it will have a problem. I am not saying this is your exact problem but it sounds like you have a possible there. Remember that the tool attempts to confirm data connections so it conforms to the site automation processes. |
oh and clear you caches.. including views etc..
|
You pushed Laravel library 3 years ago. Do you believe, this library will work on Laravel 10?
And when I run "php artisan migrate" command in Laravel project, I keep getting this error.
![image](https://private-user-images.githubusercontent.com/56351793/259826377-f9a2b001-7ef8-4f78-bd8e-4f1650f4bd72.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2Mjk4NTMsIm5iZiI6MTczOTYyOTU1MywicGF0aCI6Ii81NjM1MTc5My8yNTk4MjYzNzctZjlhMmIwMDEtN2VmOC00Zjc4LWJkOGUtNGYxNjUwZjRiZDcyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE0MjU1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJiNmQ1ZDE3YTQzNzJkNmUyOGZkYzI3YjJmMGU2YmE0NjU5ZDYxYzIyODNjMzdhZDM5NjE0NTcwMWNkODU5NTUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.HTIoMBo8zolkLBIA3zK6PURBRxo1mFiawFQxtmXDubM)
Do you know why?
Please let me know, thanks.
The text was updated successfully, but these errors were encountered: