PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved
nichterlein

Feb 2nd, 2021 06:50 PM

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

  1. with the new version still persists the error of theme settings in firefox, but it is already something very rare that escapes my knowledge.

  2. 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.

  3. 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].
  1. 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.

  2. 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?

  3. 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

jackyjoy826

Feb 12th, 2021 06:23 PM

thanks my issue has been fixed.

bobbyiliev

Feb 12th, 2021 11:03 PM

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 the wave/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

nichterlein

Feb 14th, 2021 07:50 PM

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.

menu.png 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.

bobbyiliev

Feb 15th, 2021 12:07 AM

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

nichterlein

Feb 15th, 2021 04:41 AM

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 .... menu2.png 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) lang1.png When I do the registration, I have to create a 1:N relationship (users: Team), can en1.png I do that while I create the users registration ? However, Despite my little experience in laravel my project is taking off ... thanks