Is there anyway to inject a view from Module A with an event in Module ? Ex : I have a create user view in Module Users
@extends('backend.master')
@section('content')
<div>
<input type='email' name='emai'>
...
</div>
Now i create another Profile module to add more field like phone,adress,v.v... .And i dont want to touch the User module again ,so i can maintain it more easy later .Anyway to add more field to users module via Event or etc ... without touching the Users module? ?
Sorry for my bad english
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire