Closed vimitali368 closed 6 months ago
Here are my settings:
@vimitali368 please check files with conflicts (probably app.layout.blade was not generated due to a conflict)
After press button "Generate code", I take this message:
Routes are created and work: GET|HEAD dashboard ................... GET|HEAD dashboard/projects .......... GET|HEAD dashboard/projects/create ... GET|HEAD dashboard/projects/{project} GET|HEAD dashboard/users ............. GET|HEAD dashboard/users/create ...... GET|HEAD dashboard/users/{user} ......
@vimitali368 Please check for conflicts on the Files Queue:
It is very common to have conflicts with the app.blade.php file (or layout.blade.php).
In future Vemto versions, I'll change them to avoid having conflicts if this is a newly created application. But for now, Vemto generates a conflict (because those files already exist), and you need to solve them manually (you can accept the Vemto-generated version or merge the code if necessary). For files you don't want to solve conflicts, instruct Vemto to ignore them.
There are no conflicts:
app.layout.blade There is no such file. In file "\resources\views\navigation-menu.blade.php" the "App" item is missing.
Since this is a new project, I can share a project or folder ".vemto"
@vimitali368 please check if both those files were rendered:
And if app.layout.php has the following line of code:
I created the same project from scratch on Vento version 2.0.12. When generating, I get an error:
These three files had the attributes "Read-only" and "Archived". By removing these attributes, the generation was successful.
Now the result is obtained: But also have black menu, how in ticket https://github.com/TiagoSilvaPereira/vemto2-issues/issues/114
The dark theme is related to the Windows theme settings. After selecting a light theme in Windows, the theme of the top menu of the web application has also changed.
@vimitali368 Perfect. I'm closing this for now, as the issue has been solved. Also, please upgrade to 2.0.13 to avoid permission issues. Please feel free to open other issue or reopen if necessary
After generating the code. I run the "npm run build" commands. "php artisan serve". But the application menu does not appear.