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
to routes->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
to app->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
to public->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
to
resources->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
to resources->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