Modules
If you want to delete any module than you need to delete it's folders from five places that are shown below.
-
First we will start deleting from
routes
go toroutes->modules
and delete the folder of routes you want to delete from following. - laravel
- routes
- modules
- appointment.php
- blog.php
- chat.php
- e-commerce.php
- file-manager.php
- mail.php
- social.php
-
First we will start deleting from
routes
go toapp->Http->Controllers->modules
and delete the folder of controller you want to delete from following. - laravel
- app
- Console
- DataTables
- Exceptions
- Helpers
- Http
- Controllers
- Auth
- Modules
- AppointmentController.php
- BlogController.php
- ChatController.php
- EcommerceController.php
- FilemanagerController.php
- MailController.php
- SocialController.php
-
First we will start deleting from
routes
go topublic->modules
and delete the folder of assets you want to delete from following. - laravel
- public
- css
- images
- js
- laravel-js
- modules
- appointment.php
- blog.php
- chat.php
- e-commerce.php
- file-manager.php
- mail.php
- social.php
-
First we will start deleting from
routes
go toresources->views->components->modules
and delete the folder of components you want to delete from following. - laravel
- resources
- views
- auth
- components
- modules
- appointment.php
- blog.php
- chat.php
- e-commerce.php
- file-manager.php
- mail.php
- social.php
-
First we will start deleting from
routes
go toresources->views->modules
and delete the folder of blade files you want to delete from following. - laravel
- resources
- views
- modules
- appointment.php
- blog.php
- chat.php
- e-commerce.php
- file-manager.php
- mail.php
- social.php