Discussion on Midone - Tailwind 4 Laravel 11 Admin Dashboard Template + HTML Version

Discussion on Midone - Tailwind 4 Laravel 11 Admin Dashboard Template + HTML Version

Cart 1,538 sales
Well Documented

Left4code supports this item

Supported

This author's response time can be up to 2 business days.

446 comments found.

Getting Error on install on Enigma 1.02 and icewall 2.05. Getting this error on yarn watch or npm run dev throw new Error([1] Error: NormalModuleFactory.resolve (NormalModuleFactory) is no longer a waterfall hook, but a bailing hook instead. Do not return the passed object, but modify it instead. Returning false will ignore the request and results in no module created.

I can do that tonight. But I loaded node on a clean machine with the latest version and it compiles fine. So it seems machine specific. This is a new machine with fresh installs. I un-installed and re-installed node and same issue. I even bought your Rocketman template and it does the same thing. Logged on as a different user as well, same issue. Can’t imagine what the difference is.

So, it seems Enigma 1.02 is the only one I can’t get to compile at this point. I can compile Icewall 2.05, Rubick 4.05, Tinker 2.05, rocketman 1.01. So I installed and complied it on the clean machine I built this morining, then zipped it up and brought it to the the current machine and ran yarn watch and it compiled fine. Does that make any sense? So i assume it was something with the install?

Thank you for your reply,

This seems a bit difficult to explain because we can’t reproduce this issue.

However, Enigma uses the same dependencies and components as the other versions. There should be no problem with that.

https://i.imgur.com/CDgk4mp.png

We don’t recommend installing dependencies on one machine and running them on another because node will install dependencies according to the version and operating system used.

So you need to delete the `node_modules` and `package-lock.json` (NPM) or `yarn.lock` (Yarn) directories every time you move projects between computers and reinstall dependencies.

Hi,

I already purchased your Midone – Laravel 9 admin dashboard + HTML version and very like it. Just I wish to have a menu on mobile view that show/hide at left side of the page instead of top of the page because it will pull down the whole page.

I see your another theme name ‘Rocketman’ got the menu which are exactly what I want. Is it possible to do a similar menu by Midone? Or are you plan to add theme ‘Rocketman’ as a part of ‘Midone’? Or I must purchase ‘Rocketman’

Thanks

Hi there,

Thank you for reaching out to us,

We have decided to re-work the mobile menu on Midone. We will release this update in the near future.

Hi,

Glad to hear that you will re-work mobile menu on Midone. May I know estimate time when new menu for mobile view will be release?

Thanks

Unfortunately, we are currently in the process of working on it, and can’t give a date for the update to be released. But it looks like we will be releasing an update next month.

Thanks

Really good theme

Please I will like to disable animation on side navigation items only, for other elements i know of intro-x, intro-y

easy way to disable on sidebar navigation element

Hi,

Thank you for reaching out to us,

Please open this file `/resources/css/components/_side-nav.css` and comment the following lines.

https://i.imgur.com/g2vfYt6.png

Hello,

I just bought this template . very beautiful and fully featured. The thing is that the documentation is not reflecting this item’s unique character unfortunately.

That being said,i want to use this template in my Laravel 9 existing project. So in order to do so , i must use the Source subfolder of HTML,correct? Can you guide me with the next steps? which files/folders to include and where? Thank you in advance,waiting for your response.

Yes, of course. You may need a little bit of modification in `/resources/views/layout/side-menu.blade.php`. https://i.imgur.com/4qCjYR1.png

You may also need to change the `menu` data in `App\Main\SideMenu.php`. https://i.imgur.com/AmXsd0x.png

Yes everything works as it should,thanks. Can you please explain me how to disable sidebar animation? I’m using the html folder ,not the Laravel one. Thanks in advance

Please access this file `/resources/css/components/_side-nav.css` and remove the following code.

https://i.imgur.com/2nTL5X1.png https://i.imgur.com/GPGF2Z1.png https://i.imgur.com/cYwmSjA.png

Purchase code 4885d2c8-e99f-428c-bf25-2956a7f523c1

Postcss error and project wont build. Ive tried upgrading the packages and installing and running the packages in their original state as supplied from you and in all cases I get this error:

TypeError: Cannot set property ‘parent’ of undefined at Proxy.removeChild (node_modules/postcss/lib/container.js:219:38) at Rule.remove (node_modules/postcss/lib/node.js:78:19) at processApply node_modules/tailwindcss/lib/lib/expandApplyAtRules.js:427:31) at node_modules/tailwindcss/lib/lib/expandApplyAtRules.js:16:9 at node_modules/tailwindcss/lib/processTailwindFeatures.js:47:50 at plugins (node_modules/tailwindcss/lib/index.js:33:58) at LazyResult.runOnRoot (node_modules/postcss/lib/lazy-result.js:339:16) at LazyResult.runAsync (node_modules/postcss/lib/lazy-result.js:393:26) at async Promise.all (index 0)

I really need this fixing ASAP for my project or I’ll need to use another theme which I don’t wont to, as it seems great! Thanks Dave

NOTE: Ive now fixed it. The error was because of @apply nested in @includes. Ive re-written the styles causing the errors

Hi,

Thank you for your reply,

There was a Tailwind update (3.0.24) which caused the postcss plugin to not work properly.

To fix this, please change the Tailwind version in package.json to be like the following image.

https://i.imgur.com/bXyFTDw.png

And re-install the dependencies.

We will be releasing a code update for `nested css` on some files to fix compatibility with the latest Tailwind update, thanks for contacting us.

Hola, compre tu template, quisiera saber como aplicar el tema a un proyecto existente.

Muchas Gracias

Hi cristiant37,

Thank you for reaching out to us,

You can copy the following files. https://i.imgur.com/aaEXwXK.png Then if you want to integrate with the existing Laravel project, you need to adjust the path of CSS/JS asset in ‘webpack.mix.js’.

If you don’t want to reconfigure the path, you can also copy the following files on the Laravel version.


1. /resources/css
2. /resources/fonts
3. /resources/image
4. /resources/js
5. /resources/json
6. package.json
7. postcss.config.js
8. tailwind.config.js
9. webpack.mix.js

Then run `yarn install` to install dependencies and run the compiler with `yarn run watch`. You can load JS/CSS assets on the blade with the Laravel `mix` function.


<link rel="stylesheet" href="{{ mix('dist/css/app.css') }}" />
<script src="{{ mix('dist/js/app.js') }}"></script>

I cannot find the env example file for the laravel versions

for now I copied from another laravel project

Hi,

Thank you for reaching out,

It looks like the `.env` file on your computer is hidden because it uses the `dot` file prefix. What operating system are you using?

https://i.imgur.com/dhkUW00.png

I am having an issue with this theme where tailwindcss seems to have only small parts of the full tailwindcss system. I am wondering how this can be fixed. Like almost none of the colors exist for example.

Hi,

We just installed the Midone Laravel version, then installed the dependencies, and tried using the `red-500` or `yellow-500` from Tailwind classes. But we cannot find the issue, please check the following video.

https://youtu.be/-w6ACDXwS_o

Are there any steps or config that we missed to reproduce the issue?

That video link does not work.

Sorry for that, please check again.

hi guys, no issues, just here to commend your great work! although, im still not sure how to say your theme’s name, is it mee-doh-nee or is it meed-waan? Anyhow, again great job!

Hi jed1knyt,

Thank you, I really appreciate you taking the time to express that.. :)

It’s one hundred percent `meed-waan`.. :D

good evening, I want to ask about the license of the Midone theme, can it be used for multiple domains or only one domain?

I want to use this theme for some projects, is it possible?

Hi there,

Thank you for reaching out,

A single `Regular License` can only be used for a single end product/domain. Please check the following link for more details. https://themeforest.net/licenses/standard

Hope this helps.

Hi, I bought recently your theme and I am very happy with it. I need an advice. How block an item menu (or submenu) for a user or group of users? I use Laravel permission from Spatie if that matters.

Thx!

Hi vcazacu,

Thank you for reaching out, I am happy to hear you feel that way.. :)

I have never used the `spatie` package before but you can try the following steps.

1. Attach user role to view composer, open `App\Http\View\Composers\MenuComposer.php`. https://i.imgur.com/ia2Hzdq.png

2. Update menu layout. Example for `side-menu` layout `/resources/views/layout/side-menu.blade.php`. https://i.imgur.com/wIpbVEp.png

3. Final step, add the `roles` property to every menu item `App\Main\SideMenu.php`. https://i.imgur.com/VHOHPA0.png

You can also store the entire menu and its roles in the database for further development.

It works very well. Thx.

You’re very welcome.. :)

Hi, can you send me installation documentation? I want to start project and need guide

Thanks

Hi there,

Thank you for reaching out,

It’s already included in the download package. Please check in the project folder.

Let me know if you have any further question.

Tabulator filters are not working. I checked in the demo and its not even working in demo files. Please help in resolving the same

Hi there,

Thank you for reaching out,

Please run “yarn run add @left4code/tw-starter” and recompile the assets with “yarn run watch”.

Let me know if the issue still appears.

hi there is a way

Route::get(‘register’, ‘registerView’)->name(‘register.index’);

but no such controller registerController.php

Hi odessasdi,

Thank you for reaching out,

Currently we do not provide functionality for registration, currently we only provide authentication functionality.

hello, is it possible to fix the side bar and not scroll with the page? thanks a lot and good job! Juan

Hi juanmh,

Thank you for reaching out,

Unfortunately, it’s currently not possible.

As you can check we have just purchased your theme. There is some issues with installation of theme in laravel on server. Please can you check to help.

Hi

Can you please help us with installation on our server then you will be able to check the issue. Where we can provide you with server details?

Do you have a video helping for installation. Configuration is messing up. We used a number of laravel themes. This has few issues in installation. https://left4code.com/ is also not working properly, links takes back to home page

Unfortunately, item installation is not included in the support. https://themeforest.net/page/item_support_policy#whats-not-included-item-support

However, we might be able to help you if you attach an error message during the dependencies installation process. You can use Lightshot or other image-sharing tools.

https://app.prntscr.com/en/download.html

Hey I want to buy this theme for laravel project , does it integrates with laravel JEtstream/Livewire user registration which come by default in laravel.

Hi rinvijgg,

Thank you for reaching out,

Unfortunately, we don’t use Jetstream/Livewire by default.

Hi. This is a very nice dashboard. Btw, I cannot find how to expand and collapse side menu? can it be done? Thanks

Hi jonathanoeijoeng,

Unfortunately, it’s currently not possible.

Hello Left4code,

Bought your Laravel Midone theme recently, I would like to add your theme on my current laravel project.

Is it safe just to copy these files from your Laravel source template to my project;

- composer.json - package.json - postcss.config.js - tailwind.config.js - webpack.mix.js

- resouces/css/* - resouces/fonts/* - resouces/images/* - resouces/js/*

then add these assets to my views dist/css/app.css dist/js/app.js

I browse your documentation pages, however, I do not see any steps on getting this done.

Looking forward to your alternative suggestion

Regards, Kurt

Looking forward for your reply.

Hi there,

Sorry for the late reply,

Yes, you can copy the following files:

1. package.json 2. postcss.config.js 3. tailwind.config.js 4. webpack.mix.js 2. /resouces/css/ 3. /resouces/fonts/ 4. /resouces/images/ 5. /resouces/js/

Then run the “yarn install” and “yarn run watch” commands to run the compiler.

You can use `mix()` function to load assets on the blade file.

<link rel="stylesheet" href="{{ mix('dist/css/app.css') }}" /> <script src="{{ mix('dist/js/app.js') }}"></script>

I recommend doing a backup before doing the integration. Please don’t hesitate to contact us if you still need further assistance.

Any plans for a template made in React?

Hi lincolnstudios,

Thank you for reaching out,

Unfortunately, we still don’t have a plan to release react version.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey