Giter Site home page Giter Site logo

aschmelyun / andrewber Goto Github PK

View Code? Open in Web Editor NEW
59.0 4.0 25.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

Andrewber

This is the example application from the Build A Ride Share App with Laravel and Vue video, and contains the finished code from the project.

Get Started

You can either cd into each directory and run the separate stacks as individual applications, or use the included docker-compose.yml file to spin everything up under Docker containers.

docker compose up

If you have any questions, feature requests, or bugs to report, feel free to create an issue and I'll spend some time fixing them in later videos.

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

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.