incodiy/codiy 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

incodiy/codiy

最新稳定版本:1.0.1

Composer 安装命令:

composer require incodiy/codiy

包简介

Laravel Library Code from DIY

README 文档

README

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

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 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, 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

DOCUMENTATION

On Progress

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-04-23