Skip to content

zloyleva/laravelStore

Repository files navigation

Build Status Total Downloads Latest Stable Version License

#Laravel store

install dependencies

Install Docker

see here: Docker install link

Install Docker Compose

see here: Docker-Compose link

=====================

Make environment

Install and run Docker container

$ make install
$ make start

Queue: Call ones for create queue's table if no have current tables

$ php artisan queue:table
$ php artisan queue:failed-table

Todo: add listener comand to Docker start file

$ php artisan queue:listen --tries=2

If you got error: "No application encryption key has been specified."

$ php artisan key:generate

Product's images

path to images: 'app/public/images'

JS

npm install flexslider

Errors

=============

proc_open(): fork failed errors

up memory_limit in php.ini https://getcomposer.org/doc/articles/troubleshooting.md#proc-open-fork-failed-errors

create swap https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-ubuntu-16-04

License

The Laravel framework is open-sourced software licensed under the MIT license.

Releases

No releases published

Packages

No packages published