Salam Pergerakan! Selamat datang di situs resmi github @pmiidev untuk repo project-project kita kedepan. Kali ini pmiidev membagikan salah satu source code website company profile secara free (hibah) untuk para pengurus rayon/komis/rayon/korcab se-Indonesia.
Website ini dibangun dengan framework CodeIgniter 4 dilengkapi dengan fasilitas halaman depan dan belakanag. Frontend atau halaman depan adalah halaman website yang dikunjungi oleh pengunjung website, sedangkan halaman belakang untuk mengelola konten oleh administrator maupun author.
Note
Saat ini kami menggunakan CodeIgniter versi 4.6.0 dan sedang on progress upgrade seluruh module sesuai standar PHP 8.x.
Jika Anda tertarik untuk berkontribusi bisa ajukan pull request!
AUTH
- [done] Login page
- [done] Dashboard for Admin and Author
- [done] Page Layouts : Template, Header, Footer, and Sidebar
- [done] User Setting for Admin and Author
SETTINGS
- Basic
- Home
- About
- Slider
POSTS
- All Posts
- Add Post
- Categories
- Tags
ADDITIONAL
- Users
- Members
- Teams
- Testimonials
HOME (ci4 default)
First git clone https://github.com/pmiidev/hibahweb.git
on your directory
then composer update
whenever
there is a new release of the framework.
When updating, check the release notes to see if there are any changes you might need to apply
to your app
folder. The affected files can be copied or merged from
vendor/codeigniter4/framework/app
.
Copy env
to .env
and tailor for your app, specifically the baseURL
and any database settings.
index.php
is no longer in the root of the project! It has been moved inside the public folder,
for better security and separation of components.
This means that you should configure your web server to "point" to your project's public folder, and not to the project root. A better practice would be to configure a virtual host to point there. A poor practice would be to point your web server to the project root and expect to enter public/..., as the rest of your logic and the framework are exposed.
Please read the user guide for a better explanation of how CI4 works!
We use GitHub issues, in our main repository, to track BUGS and to track approved DEVELOPMENT work packages. We use our forum to provide SUPPORT and to discuss FEATURE REQUESTS.
This repository is a "distribution" one, built by our release preparation script. Problems with it can be raised on our forum, or as issues in the main repository.
PHP version 8.1 or higher is required, with the following extensions installed:
Warning
- The end of life date for PHP 7.4 was November 28, 2022.
- The end of life date for PHP 8.0 was November 26, 2023.
- If you are still using PHP 7.4 or 8.0, you should upgrade immediately.
- The end of life date for PHP 8.1 will be December 31, 2025.
Additionally, make sure that the following extensions are enabled in your PHP: