Giter Site home page Giter Site logo

aschmelyun / andrewber Goto Github PK

View Code? Open in Web Editor NEW
75.0 75.0 34.0 130 KB

Final source code from the "Build A Ride Share App with Laravel and Vue" tutorial

Dockerfile 0.26% Shell 0.06% PHP 54.69% JavaScript 3.59% Blade 17.37% HTML 0.20% Vue 23.78% CSS 0.04%

andrewber's Introduction

Hey everyone, Andrew here ๐Ÿ‘‹

I'm a self-taught, full-stack developer with a love for Laravel, Vue, and Docker, currently living in sunny Florida.

I've created a few helpful open-source applications and packages like docker-compose-laravel, Use The Keyboard, and Larametrics.

You can find me on:

  • YouTube producing easy-to-digest tutorials for both beginner and experienced developers
  • Twitch occasionally streaming project development and video research
  • Dev.to creating written tutorials about specific problems or my general experience in the field

I also publish a newsletter 1-2 times per month.

Sponsor Me

Andrew Schmelyun's GitHub Stats Andrew Schmelyun's Most Used GitHub Languages

andrewber's People

Contributors

aschmelyun 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

Watchers

 avatar  avatar  avatar  avatar

andrewber's Issues

hosting

Hi,
I have been following your video but not sure as to how i would host the backend so that i can view the login component in my frontend.
Any help would be greatly appreciated

`driver_id` should be `$request->user()->driver->id` in `TripController` `accept` method

Hi there,
I think that this line

'driver_id' => $request->user()->id,

should be 'driver_id' => $request->user()->driver->id, to reference the relation with the Driver model in Trip model.

Now when a driver accept the ride is saved the User model id and the $trip->load('driver.user'); can't be triggered.

Am I missing something?

Thank you in advance

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.