Showing 10 of 1,214 results.

Why Rebuild the Site? | Rebuilding Stillat.com

…something that works well with my workflow). So, the search was on: find a replacement for WordPress or build something from the ground up that would meet my workflow needs exactly (my blogging workflow is based around git and Markdown for the...

How to Rebuild the Site? | Rebuilding Stillat.com

…project much faster, but I would ultimately be unhappy with the end result. On the other hand, if I rebuilt the site exactly how I wanted, I would blow the timeline suggested by my original Tweet; I figured it was worth it in the long run. I...

I'm Getting The Wrong Data? | Laravel 4: Getting User Input

…to get the input from the user, but how do we handle the occasional situation where we have ambiguous input? For example say we have a form field named name set to John Doe for a user's name using a POST request. In addition we also have a URL...

1. Source Code. | License

…rk for making modifications to it. “Object code” means any non-source form of a work. A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified...

Laravel Collection Public API: splice

splice($offset, $length = null, $replacement = []) The splice method is a versatile method; it is often used to remove a portion of a collection and return the removed section. It defines three parameters: $offset , $length and $replacement . The...

getEchoes | Querying Document Nodes

Returns all Blade echo nodes in the document. Retrieves all Blade echo statements from the document. Echo nodes are created after parsing the following types of syntax: Normal echo:, {{ $variable }}, Triple echo:, {{{ $variable }}}, Raw Echo:, {!!...

getVerbatimBlocks | Querying Document Nodes

Returns all verbatim blocks within the document. Returns all valid @verbatim / @endverbatim regions within the source document. Unpaired verbatim directives that could not be converted into a valid VerbatimNode instance will either become part of...

Filter Search