Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkounay/sf-boilerplate
https://github.com/arkounay/sf-boilerplate
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/arkounay/sf-boilerplate
- Owner: Arkounay
- Created: 2022-01-12T16:08:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T12:18:42.000Z (10 months ago)
- Last Synced: 2024-02-21T13:34:28.382Z (10 months ago)
- Language: PHP
- Size: 1.26 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My boilerplate for new symfony 7 projects
Fish shell, replace `[ProjectName]`:
```fish
set project_name [ProjectName] \
&& set app_secret (tr -dc a-z0-9 .nvmrc \
&& npm install && npm run dev && npm run admin-dev \
&& php bin/console d:d:c \
&& php bin/console d:s:u --force \
&& php bin/console d:f:l -n
```