- composer
- Git
- npm
PHP
>= 7.1.3OpenSSL
PHP ExtensionPDO
PHP ExtensionMbstring
PHP ExtensionTokenizer
PHP ExtensionXML
PHP ExtensionCtype
PHP ExtensionJSON
PHP ExtensioncURL
PHP ExtensionsqLite
PHP Extension
- Create
mysql database
and login credentials. - Run
git clone git@github.com:vrimeikis/learn-product-catalog2.git
- Go to project directory.
- Create
.env
file form.env.example
file. - Add your
database credentials
to.env
file. - Run
composer install
command. - Run
php artisan key:generate
command. - Run
php artisan storage:link
command. - Run
php artisan migrate
command.
- If you have not virtual server, you can run
php artisan serve
command to create virtual serve.
- Administration home url:
/admin