E-shopper is a free template can be found here:
php artisan migrate --seed
.php artisan voyager:install
- else you won't be able to go to yourdomain.com/admin.php artisan voyager:admin your@email.com --create
.
I used sendgrid, get the Api Secret and set it in MAIL_PASSWORD
and the MAIL_USERNAME=apikey
. You are now set to use mailing system.
Change DEFAULT_MAIL_TO
your email address or your destination.
Currently the notifcation can be queued.
- Make sure to change
QUEUE_CONNECTION
fromsync
todatabase
. - Run
php artisan queue:work
in a new terminal tab.
The application comes with only facebook login feature currently. Get your client_id and client_secret from here.
- Add
FB_CLIENT_ID
andFB_CLIENT_SECRET
Get your stripe key and secret from stripe from here
- Add your
STRIPE_KEY
andSTRIPE_SECRET
. - 4242424242424242 month/year 318
I have implemented Vue autocomplete here
- Change your appid and apikey in both resource/js/app.js and
ALGOLIA_APP_ID
,ALGOLIA_SECRET
in .env file. npm install
npm run watch
ornpm run dev
- Run
php artisan scout:import "App\Model\Product"
- Run
php aritsan queue:work
- asSCOUT_QUEUE
is set to true or else your data won't be uploaded.
Now you are good to go.
This is an open-source project under the MIT license.