laravel-and-vue.js-spa-Recipe-Box icon indicating copy to clipboard operation
laravel-and-vue.js-spa-Recipe-Box copied to clipboard

Single Page Application with Laravel 5.4 and Vue.js 2 - Recipe Box

Results 8 laravel-and-vue.js-spa-Recipe-Box issues
Sort by recently updated
recently updated
newest added

Bumps [erusev/parsedown](https://github.com/erusev/parsedown) from 1.6.1 to 1.7.4. Release notes Sourced from erusev/parsedown's releases. 1.7.4 Introduce rawHtml concept from beta 1.8 that extensions may optionally utilise. In 1.8 beta versions this feature...

dependencies
php

Bumps [axios](https://github.com/axios/axios) from 0.15.3 to 0.19.0. Release notes *Sourced from [axios's releases](https://github.com/axios/axios/releases).* > ## v0.19.0 > Fixes and Functionality: > > - Unzip response body only for statuses != 204...

dependencies

Nice project, I hope you could give some inputs on how to implement remember me/password reset functionallity.

Hello. You are using ``` RecipeIngredient::whereNotIn('id',$ingredients_updated) ->where('recipe_id',$recipe->id) ->delete(); RecipeDirection::whereNotIn('id',$directions_updated) ->where('recipe_id',$recipe->id) ->delete(); ``` and why not just ``` $recipe->ingredients()->sync($ingredients_updated); $recipe->directions()->sync($directions_updated); ``` insted?

I'm following the video and when you run the npm run watch in the 25:00 minute you use the url recipe-box.dev, I should use the same or you set it...

It's a good scrip Bravo ! It will be great if we can add : 1 - Search function . 2 - Users can browse to see their recipes ....

Required edits for correct app run.

Hey, I found a bug. When you change the api_token and the user_id in local storage. I do not know how to fix this. Try it yourself, change the api_token...