diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8bec8ec --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +_book/ \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..5c63ea9 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "laravel42", + "version": "1.0.0", + "description": "ရည်ရွယ်ချက် ---------", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "docs:prepare": "gitbook install", + "docs:watch": "npm run docs:prepare && gitbook serve", + "docs:build": "npm run docs:prepare && rm -rf _book && gitbook build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/setkyar/laravel-docs.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/setkyar/laravel-docs/issues" + }, + "homepage": "https://github.com/setkyar/laravel-docs#readme" +} diff --git a/summary.md b/summary.md index 16e836e..3500099 100755 --- a/summary.md +++ b/summary.md @@ -1,47 +1,51 @@ -- [Laravel နိဒါန်း](introduction.md) - - [Laravel မိတ်ဆက်](introduction.md) - - [Laravel အကျဉ်းချုပ်](quick.md) - - [Release Notes](releases.md) - - [Upgrade Guide](upgrade.md) -- [Laravel ကိုစတင်လေ့လာခြင်း (အခြေခံ)](installation.md) - - [Laravel install လုပ်ခြင်း](installation.md) - - [Configuration လုပ်ခြင်း](configuration.md) - - [Laravel ရဲ့ Official Development Homestead အကြောင်း](homestead.md) - - [Request Lifecycle ](lifecycle.md) - - [Route လုပ်ခြင်းအကြောင်း](routing.md) - - [Requests နှင့် Input များအကြောင်း ](requests.md) - - [Views နှင့် Responses များအကြောင်း](responses.md) - - [Controllers များအကြောင်း](controllers.md) - - [Errors နှင့် Logging များအကြောင်း](errors.md) -- [Laravel ကိုလေ့လာခြင်း (အဆင့်မြင့်)](security.md) - - [Authentication](security.md) - - [Billing](billing.md) - - [Cache](cache.md) - - [Core Extension](extending.md) - - [Events](events.md) - - [Facades](facades.md) - - [Forms & HTML](html.md) - - [Helpers](helpers.md) - - [IoC Container](ioc.md) - - [Localization](localization.md) - - [Mail](mail.md) - - [Package Development](packages.md) - - [Pagination](pagination.md) - - [Queues](queues.md) - - [Security](security.md) - - [Session](session.md) - - [SSH](ssh.md) - - [Templates](templates.md) - - [Unit Testing](testing.md) - - [Validation](validation.md) -- [Database](database.md) - - [အခြေခံ အသုံးပြုပုံ](database.md) - - [Query Builder](queries.md) - - [Eloquent ORM](eloquent.md) - - [Schema Builder](schema.md) - - [Migrations & Seeding](migrations.md) - - [Redis](redis.md) -- [Artisan CLI](artisan.md) - - [Overview](artisan.md) - - [Development](commands.md) -- [Contributing](contributing.md) \ No newline at end of file +# Summary + +* [Introduction](readme.md) +* [Laravel နိဒါန်း](introduction.md) + * [Laravel မိတ်ဆက်](introduction.md) + * [Laravel အကျဉ်းချုပ်](quick.md) + * [Release Notes](releases.md) + * [Upgrade Guide](upgrade.md) +* [Laravel ကိုစတင်လေ့လာခြင်း (အခြေခံ)](installation.md) + * [Laravel install လုပ်ခြင်း](installation.md) + * [Configuration လုပ်ခြင်း](configuration.md) + * [Laravel ရဲ့ Official Development Homestead အကြောင်း](homestead.md) + * [Request Lifecycle ](lifecycle.md) + * [Route လုပ်ခြင်းအကြောင်း](routing.md) + * [Requests နှင့် Input များအကြောင်း ](requests.md) + * [Views နှင့် Responses များအကြောင်း](responses.md) + * [Controllers များအကြောင်း](controllers.md) + * [Errors နှင့် Logging များအကြောင်း](errors.md) +* [Laravel ကိုလေ့လာခြင်း (အဆင့်မြင့်)](security.md) + * [Authentication](security.md) + * [Billing](billing.md) + * [Cache](cache.md) + * [Core Extension](extending.md) + * [Events](events.md) + * [Facades](facades.md) + * [Forms & HTML](html.md) + * [Helpers](helpers.md) + * [IoC Container](ioc.md) + * [Localization](localization.md) + * [Mail](mail.md) + * [Package Development](packages.md) + * [Pagination](pagination.md) + * [Queues](queues.md) + * [Security](security.md) + * [Session](session.md) + * [SSH](ssh.md) + * [Templates](templates.md) + * [Unit Testing](testing.md) + * [Validation](validation.md) +* [Database](database.md) + * [အခြေခံ အသုံးပြုပုံ](database.md) + * [Query Builder](queries.md) + * [Eloquent ORM](eloquent.md) + * [Schema Builder](schema.md) + * [Migrations & Seeding](migrations.md) + * [Redis](redis.md) +* [Artisan CLI](artisan.md) + * [Overview](artisan.md) + * [Development](commands.md) +* [Contributing](contributing.md) +