Search
 
SCRIPT & CODE EXAMPLE
 

PHP

install symfony ubuntu

wget https://get.symfony.com/cli/installer -O - | bash
Comment

install symfony cli

requirements:

- php 8.1 or higher
- composer (https://getcomposer.org/download/)

then use these commands:

mac/linux (using brew):
brew install symfony-cli/tap/symfony-cli

windows: 
choco install symfony-cli
OR
scoop install symfony-cli
Comment

symfony install

composer create-project symfony/skeleton S6
cd S6
runsite && dbash
composer require webapp
Comment

PREVIOUS NEXT
Code Example
Php :: strtoupper php 
Php :: laravel route is current route 
Php :: confirm password in codeigniter 
Php :: php sql last 10 rows 
Php :: echo post content by slug 
Php :: check php version 
Php :: how to change uppercase to lowercase and spaces to _ in php 
Php :: laravel naming conventions 
Php :: get image name and extension laravel 
Php :: encryp with codeigniter 3 
Php :: wordpress wp_head 
Php :: laravel descending order paginate eloquent 
Php :: count files in folder php 
Php :: cakephp order by 
Php :: php form get 
Php :: php variable outside foreach 
Php :: xdebug vscode docker 
Php :: to stop XAMPP ubuntu 
Php :: copy env example to .env in laravel 
Php :: how to write json to file in php 
Php :: carbon date format 
Php :: Use debug bar - Laravel 
Php :: select tag in laravel collective 
Php :: take last four digits php 
Php :: filemtime($current_file_name); 
Php :: wp_query post count 
Php :: how count the rout in route.php laravel 
Php :: sentence get first second word php laravel 
Php :: laravel mixed content error 
Php :: laravel get session variable in controller 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =