Skip to content
This repository was archived by the owner on Jan 6, 2020. It is now read-only.
This repository was archived by the owner on Jan 6, 2020. It is now read-only.

[Laravel] Download static datas in public folder or somewhere else... #67

@elreco

Description

@elreco

Hello :)

What do you think about downloading the json files to the public folder for Laravel ?

'champion' => '/public/data/{locale}/champion.json',
'item' => '/public/data/{locale}/item.json',
'championFull' => '/public/data/{locale}/championFull.json',
'runes' => '/public/data/{locale}/runesReforged.json',
'summoner' => '/public/data/{locale}/summoner.json',
'icon' => '/public/data/{locale}/profileicon.json',
'map' => '/public/data/{locale}/map.json',
'language' => '/public/data/{locale}/language.json',

I don't know if it's possible to specify that path only for Laravel environments.

What do you think about it ?

Thank you 👍

Metadata

Metadata

Assignees

Labels

type:enhancementThis issue is a new feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions