belajar-crud-laravel-5:使用Laravel 5学习CRUD

时间:2024-05-22 07:57:13
【文件属性】:

文件名称:belajar-crud-laravel-5:使用Laravel 5学习CRUD

文件大小:75KB

文件格式:ZIP

更新时间:2024-05-22 07:57:13

PHP

使用Laravel 5学习CRUD 目录 贡献者 那需要准备 PHP,建议: PHP> = 5.5.9 OpenSSL PHP扩展 PDO PHP扩展 Mbstring PHP扩展 Tokenizer PHP扩展 服务包 家园 Xampp 沼泽 Winginx (将PHP 5.4重写为5.5或^) 作曲家 数据库服务器 MySQL的 Postgre MongoDB的 邮递员,Chrome扩展程序 吉特 安装 通过创建项目的作曲家 键入终端/命令提示符 composer create-project laravel/laravel FolderApp --prefer-dist 此克隆存储库 git clone https://github.com/cyberid41/belajar-crud-laravel-5.git 不要忘记进行作曲家更新 composer update


【文件预览】:
belajar-crud-laravel-5-master
----phpspec.yml(87B)
----bootstrap()
--------cache()
--------autoload.php(1KB)
--------app.php(2KB)
----.env.example(307B)
----.gitattributes(61B)
----public()
--------robots.txt(24B)
--------favicon.ico(0B)
--------index.php(2KB)
--------.htaccess(412B)
----database()
--------migrations()
--------.gitignore(9B)
--------factories()
--------seeds()
----artisan(2KB)
----gulpfile.js(503B)
----config()
--------services.php(985B)
--------view.php(1020B)
--------database.php(4KB)
--------queue.php(3KB)
--------filesystems.php(2KB)
--------broadcasting.php(1KB)
--------compile.php(983B)
--------session.php(5KB)
--------app.php(8KB)
--------auth.php(2KB)
--------cache.php(2KB)
--------mail.php(4KB)
----composer.lock(114KB)
----phpunit.xml(899B)
----README.md(11KB)
----resources()
--------views()
--------assets()
--------lang()
----tests()
--------TestCase.php(532B)
--------ExampleTest.php(403B)
----.gitignore(57B)
----storage()
--------logs()
--------app()
--------framework()
----app()
--------Contracts()
--------Listeners()
--------Entities()
--------Jobs()
--------Http()
--------Repositories()
--------Providers()
--------Events()
--------Exceptions()
--------Policies()
--------Console()
----server.php(567B)
----package.json(159B)
----composer.json(1KB)

网友评论