megoxv / SpladePanel

Experience the elegance of SpladePanel: effortlessly create sleek dashboards. Harness Laravel Splade's intuitive SPA-building features for seamless speed and visual allure.
MIT License
96 stars 13 forks source link

Plugin Option #2

Closed MdAnowarHosen closed 1 year ago

MdAnowarHosen commented 1 year ago

Can you please more details us about plugin option? How can we use it?

megoxv commented 1 year ago

Certainly! The plugin option you're referring to is related to utilizing the nWidart/laravel-modules package within Laravel applications. This package facilitates the organization of your Laravel codebase into modular components, akin to plugins.

To utilize these plugins:



- Routing: Define module-specific routes within the Routes directory.
- Accessing Modules: Access module routes and features using the module name as part of the URL, e.g., http://127.0.0.1:8000/module-name.
- Other Commands: The package furnishes diverse commands to manage modules, including generating controllers, models, views, and more, tailored to each module.

Please bear in mind that this serves as a simplified guide on how to employ the plugins package. For more comprehensive instructions and advanced usage, consult the package's documentation at [https://docs.laravelmodules.com/](https://docs.laravelmodules.com/).