Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenjis/ci4-file-upload
CodeIgniter 4 File Upload
https://github.com/kenjis/ci4-file-upload
codeigniter codeigniter4
Last synced: 3 months ago
JSON representation
CodeIgniter 4 File Upload
- Host: GitHub
- URL: https://github.com/kenjis/ci4-file-upload
- Owner: kenjis
- License: mit
- Created: 2022-12-17T08:08:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T11:48:56.000Z (about 1 year ago)
- Last Synced: 2024-10-02T08:08:54.651Z (3 months ago)
- Topics: codeigniter, codeigniter4
- Language: PHP
- Homepage:
- Size: 229 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeIgniter 4 File Upload
See .
## Requirements
- PHP 7.4 or later
- `composer` command (See [Composer Installation](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos))
- Git## How to Use
### Installation
```console
$ git clone https://github.com/kenjis/ci4-file-upload
$ cd ci4-file-upload/
$ composer install
```### Run PHP built-in Server
```console
$ php spark serve
```## Related Projects for CodeIgniter 4.x
- [CodeIgniter4 Application Template](https://github.com/kenjis/ci4-app-template)
- [CodeIgniter4 Attribute Routes](https://github.com/kenjis/ci4-attribute-routes)
- [CodeIgniter Simple and Secure Twig](https://github.com/kenjis/codeigniter-ss-twig)
- [CodeIgniter4 Composer Installer](https://github.com/kenjis/ci4-composer-installer)
- [CodeIgniter4 Viewi Demo](https://github.com/kenjis/ci4-viewi-demo)
- [CodeIgniter 4 News Tutorial](https://github.com/kenjis/ci4-news)
- [CodeIgniter 4 Validation Tutorial](https://github.com/kenjis/ci4-validation-tutorial)
- [CodeIgniter4 Code Modules Test](https://github.com/kenjis/ci4-modules-test)
- [CodeIgniter3-like Captcha](https://github.com/kenjis/ci3-like-captcha)
- [PHPUnit Helper](https://github.com/kenjis/phpunit-helper)
- [CodeIgniter 3 to 4 Upgrade Helper](https://github.com/kenjis/ci3-to-4-upgrade-helper)