An open API service indexing awesome lists of open source software.

https://github.com/o/symfony-tr-assets

Assets that used in symfony-tr.com
https://github.com/o/symfony-tr-assets

Last synced: 8 months ago
JSON representation

Assets that used in symfony-tr.com

Awesome Lists containing this project

README

          

This repository contains static assets for `symfony-tr.com`.It must be aliased / symlinked with following Nginx configuration directive:

location /assets {
alias /var/www/symfony-tr.com/private/assets/;
}