M
M
Maxim Fedorov2017-10-23 15:08:34
css
Maxim Fedorov, 2017-10-23 15:08:34

Is it possible to build Homestead for Symfony via console?

Here I read in the Laravel docks that you can not configure Homestead globally
https://laravel.com/docs/5.5/homestead#per-project...
ran the command and that's it, you just vagrant upneed to do it.
Does Symfony have a similar toolkit? So that you can also run with one command?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Roma Zvarich, 2019-07-25
@Kipsi

In certain situations, you can use a linear gradient in the "background":

T
Timur Kostenko, 2019-07-24
@ktim8168

It is possible through a pseudo-element:

.text {
    position: relative;
}
.text::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background-color: black;
}

G
Gleb Starkov, 2017-10-23
@Maksclub

Put a project inside Homestead Symfony and work. No problem

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question