#12 Chat app - , Laravel - Setting up the Chat table, model and Controller

In this video, I am going to do the server side implementation. First we are going to create the database table migration, the mode and also the Controller to get the data. And then we are also going to look at attributes of Laravel which will help us in our requirement.
Back to Top