1
0
Fork
You've already forked symfony-practice
0
Dummy project to practice Symfony. Database website of voice actors and the characters they voice.
  • PHP 81%
  • Twig 12.3%
  • JavaScript 6.6%
2023年06月23日 17:36:59 +02:00
assets Add webpack with bootstrap 2023年05月24日 15:32:07 +02:00
bin Add webapp packages 2023年05月16日 15:51:15 +02:00
config Add webpack with bootstrap 2023年05月24日 15:32:07 +02:00
data Add more characters and C;C to DB 2023年05月25日 18:50:37 +02:00
migrations Use entity system for the DB 2023年05月21日 17:44:28 +02:00
public Add initial set of files 2023年05月16日 15:51:05 +02:00
src Fix missing button error 2023年05月26日 18:25:06 +02:00
templates Add edit form for entities and remove extra submit button 2023年05月26日 17:57:59 +02:00
tests Add webapp packages 2023年05月16日 15:51:15 +02:00
translations Add webapp packages 2023年05月16日 15:51:15 +02:00
.env Use entity system for the DB 2023年05月21日 17:44:28 +02:00
.env.test Add webapp packages 2023年05月16日 15:51:15 +02:00
.gitignore Add webpack stuff to gitignore 2023年05月24日 15:31:30 +02:00
composer.json Add webpack with bootstrap 2023年05月24日 15:32:07 +02:00
composer.lock Add webpack with bootstrap 2023年05月24日 15:32:07 +02:00
docker-compose.override.yml Add webapp packages 2023年05月16日 15:51:15 +02:00
docker-compose.yml Add webapp packages 2023年05月16日 15:51:15 +02:00
package-lock.json Add webpack with bootstrap 2023年05月24日 15:32:07 +02:00
package.json Add webpack with bootstrap 2023年05月24日 15:32:07 +02:00
phpunit.xml.dist Add webapp packages 2023年05月16日 15:51:15 +02:00
README.md Add README.md with running instructions 2023年06月23日 17:36:59 +02:00
symfony.lock Add webpack with bootstrap 2023年05月24日 15:32:07 +02:00
webpack.config.js Add webpack with bootstrap 2023年05月24日 15:32:07 +02:00
yarn.lock Add webpack with bootstrap 2023年05月24日 15:32:07 +02:00

Symfony Practice

Instructions

  1. $ git clone https://codeberg.org/Reboot/symfony-practice.git
  2. $ symfony run composer install
  3. $ symfony run npm install
  4. $ symfony run npm run dev
  5. $ symfony server:start