Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルを web/uploads/scripts にアップロードしました。
ファイルをダウンロード可能にするリンクをtwigに作成するにはどうすればよいですか?
path() と asset() を確認しましたが、役に立ちません。
を使用asset('web/uploades/script/watheveryouwant.pdf')して、そのリソースへのリンクを作成できます。asset()関数の詳細については、ドキュメントを参照してください。
asset('web/uploades/script/watheveryouwant.pdf')
asset()