-
### Description
Hi 👋
I've read other issues and PR and the code related to the Array Helper component.
I think the purpose of it is not to be a clone of Laravel collection but a much simpler wrap…
-
Inspired by https://github.com/laravel/framework/pull/36906/files
-
### What is the feature you are proposing?
I propose that the Hono instance provide a method (`group` or something to that effect) for applying middleware to a group of routes that don't necessar…
-
It will be better if laravel has option "php artisan db:create" to create a database base on DB Configuration in .env file.
This idea inspired by "rake db:create" on rubyOnRails
-
An user should be able to explore entities and repositories from a herbs application, as it does now with use cases.
Inspired by [Django Shell](https://realpython.com/lessons/django-shell/), [Rails…
-
Ideally route registration would be something like either:
## Ember Inspired
``` js
// app/routes.js
import Router from 'driven-api/router';
const router = new Router();
router.register(function() …
-
This is a feature request (proposal).
It would be better to have an "**api-only**" flag for generating a new project and removing the extra bloats that are not needed for api only project.
Also…
-
One of the most important parts of any framework is pagination. Masonite seems to be very much inspired by the Laravel Framework. So I did try to display pagination with `{{ collection.links() }}`, sa…
ghost updated
2 years ago
-
Validating data with specify rules of attribute , throw error messages when validating failed.
Inspired by: http://laravel.com/docs/validation#rule-in
``` php
protected static $attrs = array(
…
-
### What is your idea or feature suggestion?
Hey,
Can we migrate from supporting mailhog to mailpit? This one is included by default in the laravel 10.x .env and according to the mailpit project…