BTemplates.com

Advertisement

YoGiTeCh....... Powered by Blogger.

About Me

My photo
Mumbai, Maharastra, India

How to login with twitter in laravel 5.4

In this Tutorial will show you how to user login with twitter using laravel/socialite packages. social authentication is very importan...

Contact Form

Name

Email *

Message *

Search This Blog

Subscribe

Translate

Recent Posts

Posts

Pages

Blogger templates

Popular Posts

Monday, 27 March 2017

How to create chat application in laravel


In this video, i will show you how to Building simple chat application using Laravel. This is a tutorial to help you add a chat functionality to your Laravel web application.


How to Create Chat Application in laravel project
to follow this steps:

1. Create ChatController.php

we can create ChatController Using following Command :
 php artisan make:controller ChatController
2. Create Chat.php model

we can easily create model using following command :
 php artisan make:model Chat --migration  
3. Create like.php model

we can create model using following command :
 php artisan make:model like --migration  
4. Create Dashboard.blade.php
if you want to create blade.php file just go to resources folder and then right click on views folder and create new file and give name as Dashboard.blade.php



2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Hey Nice write up, keep Writing, Do you know you can also post your laravel related articles
    on http://www.laravelinterviewquestions.com/submit-an-article too.
    Thanks !

    ReplyDelete