Added a composer run command to preform both composer install & composer start.
This commit is contained in:
		@@ -9,6 +9,7 @@
 | 
				
			|||||||
        "process-timeout" : 0
 | 
					        "process-timeout" : 0
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "scripts": {
 | 
					    "scripts": {
 | 
				
			||||||
 | 
					        "run": "composer install && composer start",
 | 
				
			||||||
        "start": "php -S 0.0.0.0:8080 -t public public/index.php"
 | 
					        "start": "php -S 0.0.0.0:8080 -t public public/index.php"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "autoload": {
 | 
					    "autoload": {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user