وَٱعْتَصِمُوا۟ بِحَبْلِ ٱللَّهِ
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.
composer create-project --prefer-dist laravel/laravel incodiy
"require": {
"incodiy/codiy": "dev-master"
},
"repositories": [{
"type" : "vcs",
"url" : "[email protected]:incodiy/codiy.git"
}]
Or just type this code:
composer require incodiy/codiy
cd incodiy/
composer update
php artisan vendor:publish --force
check file path database/migrations/2014_10_12_000000_create_users_table.php (delete it!)
php artisan migrate:refresh --seed
change baseURL path in config file with your own path[config/diy.settings.php line:35]
username: [email protected]
password: @admin
Visit the demo site at demo.incodiy.com