student-management-system

时间:2021-03-26 01:45:01
【文件属性】:
文件名称:student-management-system
文件大小:92KB
文件格式:ZIP
更新时间:2021-03-26 01:45:01
PHP 确保您已经安装了xampp或wampp。 首先,在系统中安装Composer。 将此存储库克隆到本地计算机上,或仅从上面的绿色按钮下载zip。 然后在项目目录中运行“ composer install”命令。 将.env.example重命名为.env并添加数据库凭据。 生成应用程序密钥。 php artisan key:generate 创建表。 php artisan migrate 启动开发服务器。 php artisan serve
【文件预览】:
student-management-system-master
----composer.json(2KB)
----phpunit.xml(1KB)
----bootstrap()
--------cache()
--------app.php(2KB)
----config()
--------logging.php(3KB)
--------cors.php(823B)
--------cache.php(3KB)
--------filesystems.php(3KB)
--------auth.php(4KB)
--------session.php(7KB)
--------mail.php(3KB)
--------broadcasting.php(2KB)
--------queue.php(3KB)
--------view.php(1KB)
--------app.php(9KB)
--------hashing.php(2KB)
--------database.php(5KB)
--------services.php(950B)
----composer.lock(254KB)
----package.json(1004B)
----artisan(2KB)
----webpack.mix.js(538B)
----database()
--------factories()
--------migrations()
--------.gitignore(26B)
--------seeds()
----routes()
--------console.php(593B)
--------api.php(566B)
--------web.php(1KB)
--------channels.php(551B)
----server.php(563B)
----tests()
--------Unit()
--------CreatesApplication.php(380B)
--------Feature()
--------TestCase.php(163B)
----resources()
--------lang()
--------js()
--------views()
--------sass()
----app()
--------Teacher.php(96B)
--------Http()
--------User.php(734B)
--------Providers()
--------Exceptions()
--------Student.php(285B)
--------Console()
--------MarkList.php(300B)
----storage()
--------logs()
--------app()
--------framework()
----.env.example(778B)
----.gitignore(163B)
----public()
--------index.php(2KB)
--------.htaccess(603B)
--------robots.txt(24B)
--------web.config(1KB)
--------favicon.ico(0B)
----.styleci.yml(174B)
----README.md(483B)
----.editorconfig(220B)
----.gitattributes(111B)

网友评论