views
or the controllers
to add a new feature for example ... etc. so, all you need is to publish the required asset
mentioned below and start your own customizations!config
views
assets
(js, css, imgs)models
migrations
controllers
config
, views
, assets
, models
, migrations
controllers
asset is not published until you do.<asset-name>
with the required asset name (e.g. config) to be like chatify-config
controllers
assetconfig/chatify.php
and from routes
properties, change namespace
to App\Http\Controllers\vendor\Chatify
to be like the following:api_routes
, change the namespace
to App\Http\Controllers\vendor\Chatify\Api
app/Http/Controllers/vendor/Chatify
and open MessagesController.php
with your code editor .. then change the namespace to the same namespace specified in the step 2 above .. Api\MessagesController.php
.ChatifyMessenger.php
which is the main class of Chatify, then you have to follow the steps below:CustomChatify.php
).Chatify/ChatifyMessenger
CustomChatify
at MessegesController.php
for both web and api controllers if needed, instead of Chatify
: