承接 ukadev/uka-url 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

ukadev/uka-url

Composer 安装命令:

composer create-project ukadev/uka-url

包简介

Simple URL shortener powered by Lumen

README 文档

README

Built with Lumen 8.x, Bootstrap v5 and jQuery-3.5.1

See the DEMO or just go down to the screenshot

Prerequisites

To make the application working you are going to need:

  • LAMP environment or equivalent with mod_rewrite enabled
  • composer

Installation

Follow the next instructions:

  • Open console/terminal and run:
    git clone https://github.com/ukadev/uka-url.git
  • Enter into the cloned folder and run:
    composer install
  • Open the file .env in the application root directory (if doesn't exist, copy it from .env.example) and modify the following variables with your database connection details:
    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=homestead
    DB_USERNAME=homestead
    DB_PASSWORD=secret
  • After configure the database variables, execute the command from the root of the application:
    php artisan migrate
  • Set up your virtual host to point to the folder called public as the website root folder. You can use the next example if you want it (may require modifications):
<VirtualHost *:80>
    ServerAdmin webmaster@localhost
    DocumentRoot /var/www/public
        <Directory /var/www/public>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride all
                Order Deny,Allow
                Allow from all
                Require all granted
        </Directory>
        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

Extra notes

  • If you want to add a value to the KEY variable of the .env file, you can execute the following command in the console/terminal and paste it there:
    php -r "echo md5(uniqid()).\"\n\";"

ScreenShot

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-02-25

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固