Nafies Luthfi
Nafies Luthfi
Hi @LIQRGV, I am using this package and try to fetch 13k records, and they loaded as my expectation. But I think it would be nice if we have a...
## Idea Want to allow users to login with more than 1 account. ## Why I usually create a new account for a certain need, eg: - My personal bookkeeping...
We might need to create some demo content for exploring the web app for the first time. Here is some idea: - An artisan command: `php artisan pmo:demo` - Create...
We want to add a docker-composer.yml file for an easy local setup using docker.
In this repo, we still have few endpoints. I think it is better if we have endpoints for managing projects. ``` GET api/v1/projects (project listing) POST api/v1/projects (create new project)...
In this PR, we are trying to follow up on issue #56. Here are some progress checklists: - [x] Every user creation related to a person will create a family...
## Goal On our view stubs, currently we only have bootstrap versions 3 and 4 available. Since [laravel/ui:3.4.x](https://github.com/laravel/ui/releases/tag/v3.4.0), it uses bootstrap 5. So in order to use this package for...
In this PR, we are adding support for laravel 8.x and beyond. It will work on the upcoming laravel major release as well. This PR tested on laravel 8 on...
## Description In this PR, we want to change the current file path usage from `storage_path` to `Storage::path`. So we can use the Storage facade benefit. ## Checklist - [x]...