Code Monkey home page Code Monkey logo

laravel_echo_tutorial's People

Contributors

jacurtis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laravel_echo_tutorial's Issues

Error while following the start tag

php artisan db:seed

In Lorem.php line 95:

implode(): Passing glue string after array is deprecated. Swap the paramete
rs

After running the command it gives this error, update the repository please

Auth 0 authetication error

Hi,

I have setup all your code on my local system but always it comes with 403 error in broadcast authentication url.
Please help me to resolve this problem.

Thanks
Harish Kumar

when page load Laravel_Echo_Tutorial/public/posts/50 then its not load all comment in page its have a error

app.js:1100 [Vue warn]: Property or method "user" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.

(found in )
warn @ app.js:1100
warnNonPresent @ app.js:2406
has @ app.js:2439
(anonymous) @ VM6458:3
Vue._render @ app.js:5051
updateComponent @ app.js:3295
get @ app.js:3649
Watcher @ app.js:3638
mountComponent @ app.js:3302
Vue.$mount @ app.js:9047
Vue.$mount @ app.js:11446
Vue._init @ app.js:5147
Vue @ app.js:5236
Object.defineProperty.value @ app.js:11958
webpack_require @ app.js:20
(anonymous) @ app.js:11931
webpack_require @ app.js:20
(anonymous) @ app.js:63
(anonymous) @ app.js:66
app.js:1100 [Vue warn]: Property or method "comments" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.

(found in )
warn @ app.js:1100
warnNonPresent @ app.js:2406
has @ app.js:2439
(anonymous) @ VM6458:3
Vue._render @ app.js:5051
updateComponent @ app.js:3295
get @ app.js:3649
Watcher @ app.js:3638
mountComponent @ app.js:3302
Vue.$mount @ app.js:9047
Vue.$mount @ app.js:11446
Vue._init @ app.js:5147
Vue @ app.js:5236
Object.defineProperty.value @ app.js:11958
webpack_require @ app.js:20
(anonymous) @ app.js:11931
webpack_require @ app.js:20
(anonymous) @ app.js:63
(anonymous) @ app.js:66
2:1 Failed to load resource: net::ERR_NAME_NOT_RESOLVED

api token not creating on new user sign up

you have defined api_tokens just in factory ('api_token' => str_random(60),) but not in RegisterController.
It means if someone signs up from /register route, by default, api_token field will be 'nulll'.

RegisterController.php should be like this:
{ return User::create([ 'name' => $data['name'], 'email' => $data['email'], 'password' => bcrypt($data['password']), 'api_token' => str_random(60), ]); }

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.