Skip to content

Instantly share code, notes, and snippets.

View leoramos086's full-sized avatar

Leandro Ramos de Oliveira leoramos086

View GitHub Profile
@iffy
iffy / .gitignore
Last active January 7, 2026 20:59
Example using electron-updater with `generic` provider.
node_modules
dist/
yarn.lock
wwwroot
@vluzrmos
vluzrmos / paginate.php
Created July 20, 2016 14:31
Laravel Paginate Collection or Array
<?php
/**
* Gera a paginação dos itens de um array ou collection.
*
* @param array|Collection $items
* @param int $perPage
* @param int $page
* @param array $options
*
* @return LengthAwarePaginator