- Moved the import statement for `Champion` and `ChampionSkin` models in their respective controllers to improve code organization.
- Refactored image attribute methods in the `Champion` model to use string interpolation for better readability.
- Refactored image attribute methods in the `ChampionSkin` model to use string interpolation for better readability.
This commit improves code organization and readability by refactoring import statements and using string interpolation for image attribute methods.
Added new scripts to package.json for easier development. The new scripts include "dev-laravel" for serving Laravel, "dev-node" for running npm dev, and "dev-all" for running both simultaneously. Also added "npm-run-all" as a dependency.