Symfony Flex - Demo - Creating an API project

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

This is super i am already in love with it!

usmanzafar
Автор

I like the way you can bundle components without any configuration. I hope the 'premium' recipes will by curated in a conservative fashion though.

leeravenberg
Автор

Great features!
But waiting for composer installing dependencies on video is boring.

kotopult
Автор

Very nice thx for this great HowTo video

NeverCodeAlone
Автор

when i run the curl it says me: malformed JSON string, neither array, object, number, string or atom, at character offset 0 (before "<!DOCTYPE html>\n<ht...") at /usr/bin/json_pp line 44.
i am using symfony 4.1

jasbirsingh-mvvh
Автор

[InvalidArgumentException]
Could not find package symfony/skeleton with version dev-temp.

charlyr
Автор

Hi, I'm trying to test this demo but i can't install it.
1.- When I execute "composer create-project symfony/skeleton:dev-temp api", I get this exception:
[InvalidArgumentException]
Could not find package symfony/skeleton with version dev-temp.

I solve this issue executing: composer create-project symfony/skeleton api

2.- Then, when I execute "composer req api":
[InvalidArgumentException]
Could not find package api-platform/api-pack at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability

is not possible to try this demo?

argomari
Автор

Hi, why run "composer req api" remove a default library please? A project can have a website and provide an API, why remove security-core and security-csrf? Is it default security who limit the access to the project?

axelb
Автор

I am currently using SF4+ and getting "NotFoundHttpException" after I call "curl -X GET --header "

rapbros
Автор

Awesome but did the "fabpot/flex" repo it private? Because:

GolderiQ