Skip to content

Instantly share code, notes, and snippets.

View MehranLabour's full-sized avatar
🎯
Focusing

Mehran Kordavani MehranLabour

🎯
Focusing
View GitHub Profile
@simonhamp
simonhamp / AppServiceProvider.php
Last active June 12, 2024 11:05
A pageable Collection implementation for Laravel
<?php
namespace App\Providers;
use Illuminate\Support\Collection;
use Illuminate\Pagination\LengthAwarePaginator;
class AppServiceProvider extends ServiceProvider
{
public function boot()
@tatygrassini
tatygrassini / bs5col.html
Created August 21, 2015 02:59
Bootstrap Grid 1/5 test
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap Grid 1/5 test</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>