CabConModding
Facebook
Twitter
youtube
Discord
Contact us
RSS
Menu
CabConModding
Home
New
Top
Premium
Rules
FAQ - Frequently Asked Questions
Games
Fornite
Call of Duty: Black Ops 3
Clash of Clans
Grand Theft Auto 5
Apex Legends
Assassin’s Creed Origins
Forums
Premium
Latest posts
What's new
Latest posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Log in
Register
What's new
Premium
Latest posts
Menu
Log in
Register
Navigation
Install the app
Install
More options
Dark Theme
Contact us
Close Menu
Forums
Tech Boards
Web Development
PHP
Symfony 4 | Installation
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Matt" data-source="post: 31246" data-attributes="member: 8"><p><span style="font-family: 'Book Antiqua'"><span style="font-size: 22px"><strong><u>Symfony 4 - Introduction and Installation</u></strong></span></span></p><p><span style="font-size: 9px"><span style="color: #ff0000">Note: This is not an official guide to install Symfony. I do not hold any licenses or rights towards Symfony. I am not affiliated with Fabien and/or the Symfony trade-mark in any way shape or form; I thought this would be helpful to be shared here <img src="/styles/default/xenforo/smilies.emoji/people/slight_smile.emoji.svg" class="smilie" loading="lazy" alt=":smile:" title="Smile :smile:" data-shortname=":smile:" />. (Pls don't sue me <3 )</span></span></p><p>Note: To install Symfony 4 you need to make sure you're able to run Symfony 7.1+ and have access to Composer.</p><p></p><p>1) Open up your command line</p><p> 1.1) Using Composer type the following command</p><p> [code]composer create-project symfony/skeleton [*PATHNAME] [/code]</p><p> *PATHNAME being where you want your project to be installed, starting from \User\.</p><p>2) Now write the following command in to your command line:</p><p> [code]cd [*PATHNAME]</p><p>php bin/console server:run[/code]</p><p> This will run your Symfony project using PHP's inbuilt web server.</p><p></p><p>And that's it! Symfony installed in two-simple steps. There is much more to Symfony than what meets the eye, with Symfony4 just being released 30/11/17 I can't wait for what people manage to create!</p><p></p><p>If you want more in-depth and professional/certified tutorials please check out KNP University, their resources are amazing for web-development.</p></blockquote><p></p>
[QUOTE="Matt, post: 31246, member: 8"] [FONT=Book Antiqua][SIZE=6][B][U]Symfony 4 - Introduction and Installation[/U][/B][/SIZE][/FONT] [SIZE=1][COLOR=#ff0000]Note: This is not an official guide to install Symfony. I do not hold any licenses or rights towards Symfony. I am not affiliated with Fabien and/or the Symfony trade-mark in any way shape or form; I thought this would be helpful to be shared here :smile:. (Pls don't sue me <3 )[/COLOR][/SIZE] Note: To install Symfony 4 you need to make sure you're able to run Symfony 7.1+ and have access to Composer. 1) Open up your command line 1.1) Using Composer type the following command [code]composer create-project symfony/skeleton [*PATHNAME] [/code] *PATHNAME being where you want your project to be installed, starting from \User\. 2) Now write the following command in to your command line: [code]cd [*PATHNAME] php bin/console server:run[/code] This will run your Symfony project using PHP's inbuilt web server. And that's it! Symfony installed in two-simple steps. There is much more to Symfony than what meets the eye, with Symfony4 just being released 30/11/17 I can't wait for what people manage to create! If you want more in-depth and professional/certified tutorials please check out KNP University, their resources are amazing for web-development. [/QUOTE]
Verification
Post reply
Forums
Tech Boards
Web Development
PHP
Symfony 4 | Installation
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top