Communication:
This is building a booktoor web application using PHP Laravel, Vue.JS
A marketplace for books.
Features:
- login / user profiles
- profile - edit
- seller account - listings
- seller account - sales history
- book entry - uploading image
Using
- Bootstrap3
Developer Access
Download code from:
Then use the following to start docker container (via vessel / https://vessel.shippingdocker.com/ )
./vessel start
` ERROR: build path /Users/rpowell/dev/webapp-builders/learning-2018-01-31-001/docker/node either does not exist, is not accessible, or is not a valid URL.
ERROR: build path /Users/rpowell/dev/webapp-builders/learning-2018-01-31-001/docker/app either does not exist, is not accessible, or is not a valid URL. `
`
cp .env.example .env
./vessel yarn ./vessel composer install ./vessel artisan key:generate ./vessel init ./vessel start
`
`
./vessel yarn ./vessel composer install ./vessel artisan key:generate ./vessel init ./vessel start
./vessel init ./vessel artisan key:generate ./vessel start #./vessel yarn #./vessel composer install `
No .env
file found within current working directory /Users/rpowell/dev/webapp-builders/learning-2018-01-31-001
Copy from .env.example
to .env
Run to generate key:
artisan key:generate
market/resources/assets/js/components/App.vue
`
./vessel artisan make:auth ./vessel artisan migrate `
Adds
auth
Add in routes/web.php
:
Auth::routes();
Add in:
market/app/Http/Controllers/Auth
Add in
market/database/