文件名称:Happi_Blog:我的个人博客网站
文件大小:210KB
文件格式:ZIP
更新时间:2024-05-02 12:38:02
PHP
使用Laravel构建的Happi_Blog(PHP,Mysql) 在这个项目中,我使用laravel构建了RESTFUL API / CRUD应用程序。 该项目的构建具有: PHP。 v7.2.3 Laravel 8 * 作曲家2.0 :hammer_and_wrench: 入门 安装 为了运行,您需要在计算机上安装Laravel。 请访问以下链接( ),按照Laravel分步安装指南进行操作,以获取有关如何安装它的说明。 运行应用程序 要启动并运行本地副本,请遵循以下简单步骤。 打开一个终端 使用以下命令克隆此仓库: git clone "https://github.com/happiguru/Happi_Blog" 创建一个mysql数据库 在环境文件中更改MySQL信息 在终端上运行php artisan serve 在浏览器中打开应用 程序运行时转到浏览器 放置:localhost:8000 /
【文件预览】:
Happi_Blog-main
----.gitignore(155B)
----app()
--------User.php(511B)
--------Providers()
--------Exceptions()
--------Http()
--------Console()
--------Blog.php(171B)
----.env.example(651B)
----bootstrap()
--------app.php(2KB)
--------cache()
----package.json(1KB)
----resources()
--------lang()
--------assets()
--------views()
----server.php(563B)
----storage()
--------app()
--------framework()
--------logs()
----public()
--------.htaccess(593B)
--------robots.txt(24B)
--------index.php(2KB)
--------js()
--------css()
--------favicon.ico(0B)
--------web.config(914B)
----composer.json(1KB)
----composer.lock(193KB)
----README.md(1KB)
----phpunit.xml(1KB)
----tests()
--------TestCase.php(163B)
--------Unit()
--------Feature()
--------CreatesApplication.php(464B)
----config()
--------database.php(4KB)
--------services.php(980B)
--------session.php(7KB)
--------cache.php(3KB)
--------auth.php(3KB)
--------app.php(8KB)
--------hashing.php(524B)
--------mail.php(4KB)
--------logging.php(2KB)
--------broadcasting.php(2KB)
--------filesystems.php(2KB)
--------view.php(1004B)
--------queue.php(3KB)
----artisan(2KB)
----database()
--------.gitignore(9B)
--------factories()
--------migrations()
--------seeds()
----readme.md(4KB)
----routes()
--------console.php(553B)
--------channels.php(508B)
--------web.php(578B)
--------api.php(528B)
----webpack.mix.js(549B)
----.gitattributes(111B)