Skip to content
/ incodiy Public template
forked from incodiy/codiy

Simplifying laravel code for (MetaTags, Template, Form, Table, Chart) with Indonesia'nCode CMS from DIY

License

Notifications You must be signed in to change notification settings

eclipsync/incodiy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

بِسْمِ ٱللَّٰهِ ٱلرَّحْمَٰنِ ٱلرَّحِيمِ

وَٱعْتَصِمُوا۟ بِحَبْلِ ٱللَّهِ

In the name of ALLAH SWT,

alt img

Alhamdulillah because of Allah SWT, this code successfully created piece by piece start from Mar 29, 2017.

This package 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, by the way.

1). INSTALL LARAVEL

composer create-project --prefer-dist laravel/laravel incodiy

2). COMPOSER JSON FILE SETTING:

"require": {
	"incodiy/codiy": "dev-master"
},
"repositories": [{
	"type"      : "vcs",
	"url"       : "[email protected]:incodiy/codiy.git"
}]


Or just type this code:

composer require incodiy/codiy

3). COMPOSER UPDATE

cd incodiy/
composer update

4). ARTISAN PUBLISH

php artisan vendor:publish --force

5). CHECK DATABASE FILE

check file path database/migrations/2014_10_12_000000_create_users_table.php (delete it!)

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 line:35]

8). DEMO ACCESS

username: [email protected]
password: @admin

Visit the demo site at demo.incodiy.com

About

Simplifying laravel code for (MetaTags, Template, Form, Table, Chart) with Indonesia'nCode CMS from DIY

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 38.0%
  • CSS 33.2%
  • SCSS 13.7%
  • JavaScript 13.4%
  • Other 1.7%