Download the PHP package jeannedarc/laravel-notosans-korean without Composer

On this page you can find all versions of the php package jeannedarc/laravel-notosans-korean. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-notosans-korean

Laravel용 Noto Sans Korean 폰트

Google의 Noto Sans폰트에 대한 한국 폰트 웹폰트로 변환하여 Laravel용으로 패키지화 한것 입니다.

Noto Sans폰트는 Apache License 2.0을 따르고 있습니다.

폰트에대한 자세한 사항은 Google Noto Fonts에서 확인하세요.

설치법

개발프로젝트의 composer.json 파일의 require안에 다음을 추가합니다.

"jeannedarc/laravel-notosans-korean": "1.0.*"

이제 프로젝트 디렉토리에서 다음 명령어를 실행하여, 패키지를 설치합니다.

composer update

(폰트 용량이 큰 관계로 오래걸릴 수 있습니다.)

이제 이 패키지에 구성되어있는 asset들을 프로젝트로 가져올 차례입니다.

php artisan asset:publish

사용법

실제로 사용하기 위해선, 이폰트를 사용하고자하는 페이지의 헤더에 다음과 같이 넣으세요.

<link href='' rel='stylesheet' type='text/css'>

혹은, import를 활용하여, css파일이나, style태그안에 다음을 넣어주셔도됩니다.

@import url("packages/jeannedarc/laravel-notosans-korean/css/fonts.css");

그러고 나서, CSS의 font-family를 다음과 같이 변경하시면 폰트를 사용할 수 있습니다.

body{
  font-family: "Noto Sans Korean", sans-serif;
}

문의

기타 문의 사항은 [email protected]으로 해주세요.

홈페이지는 현재 제작중에 있습니다.


All versions of laravel-notosans-korean with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
illuminate/support Version 4.1.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jeannedarc/laravel-notosans-korean contains the following files

Loading the files please wait ....