Using wave
First of all I want to thank the development team for maintaining and updating the application to the latest state of the art, it is no longer a problem to keep up to date. I have made progress, however there are questions
-
with the new version still persists the error of theme settings in firefox, but it is already something very rare that escapes my knowledge.
-
In wave v1.1 i was able to create a new item in admin menu, in v1.2 is not possible.I mean that I can create it, but it is not displayed in the administrator menu.
-
if i type "php artisan optimize" i get the following error
In AbstractRouteCollection.php line 212:
Unable to prepare route [logout] for serialization. Another route has already been assigned name [logout].
-
I would like to activate the use of notifications, not the general one that Toastr uses but the one that appears as a bell on the right next to the menu with the wave icon, I would like to use it graphically (which package is it ?). I imagine that a user can send to another user or to all the users of a group.
-
This is a special question, I have a development that I have been working for years, medium size (about 4000 files, 500 controllers .. app 600'000 lines of code, I use databases with stored procedures app 200 tables and 2000 stored procedures, unfortunately I didn't do it in laravel -I've been reading for a while but not everything works for me), I'm trying to integrate it to wave to improve its security and manage sporadic clients for saas. For the time being, I would like to integrate it, I have achieved something but I have been able to do it only using the public folder, I have read that it is not recommended to use the public folder but the app folder and I have not been able to do it. The project has been working for a few years now, as you can see it is not easy to start from scratch with a new and more robust framework. It has a series of folders but it works based on the root directory by invoking an index page. Will there be a way to take it to the app folder?
-
I am very grateful for this space because I am new in the laravel world and my profession is mechanical engineer. I need to strengthen the product because I depend on it economically and I find your development very useful.
If you are interested my project is in the following page
https://www.nichterleinconsulting.com/evirtuales/
my motto is... "Solve problems in the Virtual world of those obstacles existing in the Real world in a fast, efficient, friendly and ingenious way!"
If anyone has ideas on how to improve it, or see opportunities we can gladly talk about it.
Thank you very much
Carlos Nichterlein
thanks my issue has been fixed.
Hi there 👋,
Happy to hear that you are now getting used to Laravel in general!
Regarding your questions:
- We have the Firefox themes bug in our backlog and we will be looking into it soon
- The menu is still editable for the UIkit and Bootstrap themes. The feature is not present in the TailwindCSS theme yet.
- A quick fix for the
php artisan optimize
problem would be to edit thewave/routes/web.php
file and on line 8, remove the->name('logout')
part. We will publish a patch for that in the newer versions too. - Regarding the Laravel notifications, you can check out the official notifications documentation here and also you can take a look at the Wave notifications docs here
- What framework does your old application use? Depending on that in some cases it might not be very straight forward to integrate a totally different framework into your Laravel app folder.
Good luck with the business! The website is looking great!
Regards, Bobby
Regarding the custom menu, apparently, with the change of version there is something that does not work. I have used a version without modifications, I add an item with builder menu and it is not reflected in Voyager. The theme used is Bootstrap.
Regarding the program, it can be considered that it does not use a framework. It uses MVC with classes but it does not belong to any known framework.
Hi there,
I think that this happens when the URL for the Menu Item
is left out empty. If you add a value in there it will show on the admin menu.
Let me know how it goes! Regards, Bobby
Good morning bobbyiliev, thanks for the quick comment, I find it quite weird, I had tried the same thing before and it didn't work for me, I did it again and voila ....
Thank you very much for the help you have given me, I can slowly see many things I wanted to implement, like language, some login parameters and the dashboard of my former development.(it is all on public folder, not sure if it has to be there or in app folder)
When I do the registration, I have to create a 1:N relationship (users: Team), can
I do that while I create the users registration ?
However, Despite my little experience in laravel my project is taking off ... thanks