File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #!/usr/bin/env php
2+ <?php
3+
4+ declare (strict_types=1 );
5+
6+ echo PHP_EOL ;
7+ echo " \033[42;30m DONE \033[0m Your plugin is ready! " . PHP_EOL ;
8+ echo PHP_EOL ;
9+ echo " \033[1mNext steps: \033[0m " . PHP_EOL ;
10+ echo " 1. Start the server: \033[36msymfony serve -d \033[0m " . PHP_EOL ;
11+ echo " 2. Open in browser: \033[36mhttps://127.0.0.1:8000 \033[0m " . PHP_EOL ;
12+ echo PHP_EOL ;
13+
14+ unlink (__FILE__ );
Original file line number Diff line number Diff line change 7878 " @php bin/validate-directory.php"
7979 ],
8080 "post-create-project-cmd" : [
81- " @php bin/rename-plugin.php"
81+ " @php bin/rename-plugin.php" ,
82+ " @test-app-init" ,
83+ " git init -q" ,
84+ " git add -A" ,
85+ " git commit -q -m 'Initial commit'" ,
86+ " @php bin/show-success.php"
8287 ],
8388 "database-reset" : [
8489 " vendor/bin/console doctrine:database:drop --force --if-exists" ,
You can’t perform that action at this time.
0 commit comments