waht is observer

 waht is observer


observer related with model

if user is created will do some action that is observer

make:observer


events

its like jobs but trigger mechanism

if user is created so we will do 

calling listener -> it has mechanism what to do , it calls by event

event service provider registerd

services


app/serices

appseviceprovider -> register _>

No comments:

Post a Comment

How to host application on server new way

 copy the htacess from public to root copy the server.php from public to root but rename to index.php htacess <IfModule mod_rewrite.c>...