https://github.com/fadilxcoder/sf6-vue
Symfony6 + Vue 3
https://github.com/fadilxcoder/sf6-vue
Last synced: about 1 year ago
JSON representation
Symfony6 + Vue 3
- Host: GitHub
- URL: https://github.com/fadilxcoder/sf6-vue
- Owner: fadilxcoder
- Created: 2023-08-22T18:14:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T18:17:14.000Z (over 2 years ago)
- Last Synced: 2025-01-04T19:23:29.020Z (over 1 year ago)
- Language: PHP
- Size: 286 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Symfony 6 + Vue 3
## Developer notes
- `symfony new my-app --webapp`
- `composer require symfony/apache-pack`
- `composer req symfony/maker-bundle --dev`
- `composer require symfony/webpack-encore-bundle`
- `composer require --dev hautelook/alice-bundle`
- `php bin/console hautelook:fixtures:load`
```bash
$ nvm list
17.5.0
* 14.18.0 (Currently using 64-bit executable)
...
$ yarn install
yarn install v1.22.17
...
$ yarn add vue@^3 vue-loader vue-template-compiler ts-loader typescript --dev
...
$ php bin/console doctrine:query:sql "select * from post"
---- ------------- ------------------ ---------------------
id title description created_at
---- ------------- ------------------ ---------------------
1 morgan93 Sandy Prosacco 2023-08-22 18:55:56
2 tsteuber Lily Dibbert 2023-08-22 18:55:56
3 erna39 Jayda Stamm 2023-08-22 18:55:56
4 erin.ledner Justyn Thiel 2023-08-22 18:55:56
5 mwolf Terry Johns 2023-08-22 18:55:56
6 kaley86 Pat Fadel 2023-08-22 18:55:56
7 rau.celia Antonetta Pouros 2023-08-22 18:55:56
8 samanta89 Tara Cummings 2023-08-22 18:55:56
9 egoldner Brown Osinski 2023-08-22 18:55:56
10 pjast Vernon Medhurst 2023-08-22 18:55:56
---- ------------- ------------------ ---------------------
```