PHPackages                             kayac/sheet - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kayac/sheet

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kayac/sheet
===========

Google sheet with laravel

1.2(7y ago)1261MITPHPPHP &gt;=5.5.9

Since Jan 23Pushed 7y agoCompare

[ Source](https://github.com/mannv/laravel-google-sheet)[ Packagist](https://packagist.org/packages/kayac/sheet)[ RSS](/packages/kayac-sheet/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Laravel with google sheet
=========================

[](#laravel-with-google-sheet)

Lấy dữ liệu từ google sheet

Installation
------------

[](#installation)

1. Run

    ```
    composer require kayac/sheet:1.6.x@dev

    ```
2. Add service provider into **config/app.php** file.

    ```
    Kayac\Sheet\CallRouteServiceProvider::class
    ```
3. Run **composer update**
4. publish kayacsheet.php to config folder

```
php artisan vendor:publish --provider="Kayac\Sheet\CallRouteServiceProvider" --tag=config

```

Commands
--------

[](#commands)

Tạo controller bất kỳ và

```
