https://github.com/incodiy/codiy
Declarative Code Library (DCL) to create simple website with Indonesia'nCode library from DIY
https://github.com/incodiy/codiy
charts cms-backend forms laravel laravel-package metatags php-library simple-code tables template
Last synced: 29 days ago
JSON representation
Declarative Code Library (DCL) to create simple website with Indonesia'nCode library from DIY
- Host: GitHub
- URL: https://github.com/incodiy/codiy
- Owner: incodiy
- License: mit
- Created: 2021-06-19T17:51:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-18T13:39:18.000Z (8 months ago)
- Last Synced: 2025-06-19T02:40:24.117Z (7 months ago)
- Topics: charts, cms-backend, forms, laravel, laravel-package, metatags, php-library, simple-code, tables, template
- Language: PHP
- Homepage:
- Size: 21.1 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
بِسْمِ ٱللَّٰهِ ٱلرَّحْمَٰنِ ٱلرَّحِيمِ
-----------------------------
وَٱعْتَصِمُوا۟ بِحَبْلِ ٱللَّهِ
In the name of ALLAH SWT,
-----------------------------

Alhamdulillah because of Allah SWT, this code successfully created piece by piece start from Mar 29, 2017.
This library used for simplifying some code with Laravel framework, hopefully can help us all to build web-app. This code inspired by Muntilan-CMS code developed by [.::bit](https://www.limabit.com), by the way.
1). INSTALL LARAVEL (Max : Version 10)
--------------------------------------------------------------------------------
composer create-project --prefer-dist laravel/laravel:10.0 incodiy (webappname)
cd incodiy/ [cd webappname/]
2). INSTALL LIBRARY WITH JSON FILE SETTING OR VIA COMPOSER CLI:
--------------------------------------------------------------------------------
WITH JSON FILE:
"require": {
"incodiy/codiy": "dev-master"
},
"repositories": [{
"type" : "vcs",
"url" : "git@github.com:incodiy/codiy.git"
}]
OR VIA COMPOSER
Just type this code: composer require incodiy/codiy
3). COMPOSER UPDATE
--------------------------------------------------------------------------------
composer update
4). ARTISAN PUBLISH
--------------------------------------------------------------------------------
php artisan vendor:publish --force
5). CHECK DATABASE
--------------------------------------------------------------------------------
Check file path database/migrations/2014_10_12_000000_create_users_table.php (delete it!)
Change db name (DB_DATABASE) in .env file
Create your database name in mysql
6). MIGRATION TABLES
--------------------------------------------------------------------------------
php artisan migrate:refresh --seed
7). CONFIG FILE
--------------------------------------------------------------------------------
Change baseURL path in config file with your own path [ config/diy.settings.php in line:35 ]
8). DEMO ACCESS
--------------------------------------------------------------------------------
url : http://localhost/webappname
username: admin@gmail.com
password: @admin
--------------------------------------------------------------------------------
Visit the demo site at [demo.incodiy.com](https://demo.incodiy.com/login)
DOCUMENTATION
--------------------------------------------------------------------------------
On Progress