Git Product home page Git Product logo

engsahaly / realtime_course Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 2.0 1.92 MB

Laravel Realtime Notifications Course on Udemy

Home Page: https://www.udemy.com/course/laravel-real-time-guide-pusher-websockets-echo-and-more/?referralCode=8FE70694ED15CD82909C

PHP 12.94% JavaScript 0.16% CSS 76.31% Blade 10.59%
broadcast broadcast-reciever broadcaster broadcasting broadcastreceiver laravel laravel-framework laravel-package notification notifications pusher pusher-channels pusherjs realtime realtime-database websocket websockets

realtime_course's Introduction

Laravel Realtime Notifications Course Files on Udemy

Created By : Mahmoud Anwar Email : [email protected]

This is the main readme file for the code used in laravel realtime course on Udemy

Installation

To get started, clone this repository.

git clone https://github.com/engsahaly/realtime_course.git

Next, copy your .env.example file as .env and configure your Database connection.

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=YOUR-DATABASE-NAME
DB_USERNAME=YOUR-DATABASE-USERNAME
DB_PASSWORD=YOUR-DATABASE-PASSWROD

Run Packages and helpers

You have to all used packages and load helpers as below.

composer install
npm install
npm run build

Generate new application key

You have to generate new application key as below.

php artisan key:generate

Run Migrations and Seeders

You have to run all the migration files included with the project and also run seeders as below.

php artisan migrate
php artisan db:seed

Accessing Admin Panel

You can access admin login page using this url.

http://localhost:8000/admin/login
Email: [email protected]
Password: 123456789

realtime_course's People

Contributors

engsahaly avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.