Download the PHP package flexycms/flexysiteskeleton-bundle without Composer
On this page you can find all versions of the php package flexycms/flexysiteskeleton-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download flexycms/flexysiteskeleton-bundle
More information about flexycms/flexysiteskeleton-bundle
Files in flexycms/flexysiteskeleton-bundle
Package flexysiteskeleton-bundle
Short Description Скелет сайта (установщик)
License proprietary
Informations about the package flexysiteskeleton-bundle
FlexySiteSkeleton
Скелет сайта
-
Установить Symfony composer create-project symfony/website-skeleton .
-
Установить скелет сайта composer require flexycms/flexysiteskeleton-bundle
-
Скопировать всё из папки www в корень сайта, устанавливаем настройки базы (TODO - добавить рецепт)
-
Сделать миграцию php bin/console doctrine:migrations:diff php bin/console doctrine:migrations:migrate
- Выполнить на пустой базе запрос
INSERT INTO user
(id
, email
, roles
, password
) VALUES
(1, '[email protected]', '[\"ROLE_ADMIN\"]', '$2y$11$aKtPlqFIHngklZp3AiD9TuhXzahEbrYM3JRJm/oz/5ChDEq61sE5W');
(это добавляет в админку пользователя [email protected] с паролем 12345)
-
yarn install
- Добавить:
yarn add jquery @fortawesome/fontawesome-free slick-carousel moment jquery-datetimepicker popper.js copy-webpack-plugin yarn add @popperjs/core --dev yarn add sass-loader@^11.0.0 sass --dev
- В assets/app.js прописать:
const $ = require('jquery'); global.$ = global.jQuery = $;
-
Сделать yarn encore dev
-
При необходимости перезагружаем сервер
- Если всё получилось, заходим в админку [email protected] 12345
All versions of flexysiteskeleton-bundle with dependencies
symfony/apache-pack Version *
flexycms/flexyadminframe-bundle Version *
flexycms/breadcrumbs-bundle Version *
flexycms/flexyadminhome-bundle Version *
flexycms/flexyarticles-bundle Version *
flexycms/flexycache-bundle Version *
flexycms/flexyfilemanager-bundle Version *
flexycms/flexysecurity-bundle Version *
flexycms/flexyseo-bundle Version *
flexycms/flexytemlates-bundle Version *
flexycms/flexyutils-bundle Version *