-
Hi,
When using CI's Form Validation library, I find that I often have to piece together all the necessary form data to pass to my model. such as:
``` php
$id = $this->blog_m->insert(array(
'titl…
-
I would like to add my new theme to the Grav Repository. Here are the project details:
**robbinfellow/haywire-grav**
# Haywire getgrav theme
Haywire is a modern starter theme for [getgrav](h…
-
I am starting this issue in light of the recent announcement of [dropping ReactJS support](https://ma.tt/2017/09/on-react-and-wordpress/) by Matt.
---
Since I believe the community is moving in…
-
Seems to be a recent 'issue' for me. I edit `public/index.php` with Sublime and refresh repeating twice, and then the file in workspace is truncated and no longer showing edits.
I then open the same …
-
Hi @nikosdion
as per our twitter messages, i post here my issue regarding the ManyToMany (BelongsToMany) Relationships in FOF3, alongside my findings.
## Issue
In nearly every custom compon…
-
When `php artisan vendor:publish --tag=ebworker`
-
In #109 "backend" idea was introduced. I was wondering if we could transform this idea into kind of a pattern.
Currently both `OrmIdentifier` and `TokenIdentifier` (and identifiers that extend it) …
-
Wouldn't be great to encapsulate the attributes manipulation? That could be very useful eg. in the _Request_ class. Regarding casting I thought of something as simple as:
- **CastableContract**
- …
-
Gutenberg is written in JS, as are the metaboxes in the Settings sidebar.
There are many plugins that add metaboxes in PHP. To allow these to work in the new editor, we should consider adding a sp…
-
https://github.com/lavary/crunz/blob/master/src/Event.php looks very much like a old version of Laravel Scheduling https://github.com/laravel/framework/blob/5.0/src/Illuminate/Console/Scheduling/Event…