flatten
flatten copied to clipboard
A package to flatten any website to plain HTML
how we can use this on pages have csrf token ?
It looks promising but can't get it to work on L5.1. Tried tweaking around but reading the other comments something tells me this does not work at all for L5.1....
path to Flatten.php was incorrect
can we make this compatible with Laravel 5.2?
The documentation for using Kickstart, the pathing appears to be wrong: `require __DIR__.'/../vendor/anahkiasen/flatten/src/Flatten/Flatten.php';` `require __DIR__.'/../vendor/anahkiasen/flatten/src/Flatten.php';`
(copied from #29) For such case in Laravel when we create view with arguments, such us: ``` View::make('layouts.index')->with('categories', $categories) ``` have defined `layouts/index.blade.php` like this: ``` My page title @include('partials.menu')
Hi, I'm working on Twig Support for Flatten and just wanted to make sure first that that feature doesn't already exist and that there isn't some reason why it hasn't...
Kickstart uses REQUEST_URI and QUERY_STRING to make its $key. The problem is that most servers i know already have the query string in REQUEST_URI, so the key gets a duplicated...