文件名称:pokedex_laravel:Victor Hanszman使用Laravel框架和PHP语言开发的Pokédex
文件大小:82KB
文件格式:ZIP
更新时间:2024-06-13 01:05:28
PHP
POKÉDEXLARAVEL 该项目由Victor Hanszman使用Laravel框架和PHP语言开发的Pokédex组成。 GuzzleHttp用于连接到Pokeapi.co API。 要在本地运行应用程序,必须通过终端访问项目文件夹目录并执行以下命令: “ php artisan服务--port = [PORT]”。 可以使用任何端口,例如“ 122”。 然后,Laravel将返回要在浏览器URL中使用的地址。 例如: : : 测试用例: 1-)选择“关东”地区; 2-)选择神奇宝贝“#004-Charmander”; 3-)检查他是否有39 HP和8.5 Kg的体重。 Heroku服务器上生产中的项目链接: : 重新启动heroku的命令: heroku buildpacks:清除heroku buildpacks:设置heroku / php her
【文件预览】:
pokedex_laravel-master
----.gitignore(163B)
----app()
--------User.php(734B)
--------Providers()
--------Exceptions()
--------Http()
--------Console()
----.env.example(778B)
----.buildpacks(96B)
----bootstrap()
--------app.php(2KB)
--------cache()
----package.json(1013B)
----README-LARAVEL.md(4KB)
----resources()
--------lang()
--------sass()
--------js()
--------views()
----server.php(563B)
----storage()
--------app()
--------framework()
--------logs()
----.styleci.yml(174B)
----public()
--------.htaccess(603B)
--------robots.txt(24B)
--------index.php(2KB)
--------css()
--------favicon.ico(0B)
--------web.config(1KB)
----composer.json(2KB)
----composer.lock(192KB)
----README.md(1017B)
----phpunit.xml(1KB)
----tests()
--------TestCase.php(163B)
--------Unit()
--------Feature()
--------CreatesApplication.php(380B)
----config()
--------database.php(5KB)
--------services.php(950B)
--------session.php(7KB)
--------cache.php(3KB)
--------auth.php(4KB)
--------cors.php(830B)
--------app.php(9KB)
--------hashing.php(2KB)
--------mail.php(3KB)
--------logging.php(3KB)
--------broadcasting.php(2KB)
--------filesystems.php(3KB)
--------view.php(2KB)
--------queue.php(3KB)
----artisan(2KB)
----database()
--------.gitignore(26B)
--------factories()
--------migrations()
--------seeds()
----Procfile(42B)
----routes()
--------console.php(593B)
--------channels.php(551B)
--------web.php(927B)
--------api.php(566B)
----webpack.mix.js(538B)
----.gitattributes(111B)
----.editorconfig(220B)