I uploaded my symfony-project (V2.5) to the server (of my provider). Now, I want to execute a command like
"$ php app/console assetic:dump --env=prod --no-debug"
But I have no access to a CLI (command line interface). How can I submit such a command?
Thx Thomas
If you don't have access to the server (via SSH for example), you can install a bundle which allows you accessing the Symfony2 console via your browser.
Here is the one I'm using : ConsoleBundle.
Once installed, go to the console page (add /_console
in URL after app_dev.php) and enter assetic:dump --env=prod --no-debug
into the input field.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With