accessing php as part of the build
See original GitHub issueQuestion
As part of my build process I run npm run production
which compiles all my javascript, however a step in my build executes a php script. This seems to fail on ZEIT since php doesn’t appear to be available. Currently this means I need to pre-compile my assets and skip zeits build step.
Is there a way to expose php
to my npm build scripts? or alternatively, is there a way to run my npm build scripts as part of the now-php build step?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6
Top Results From Across the Web
Building from source - Manual - PHP
This chapter teaches how to compile PHP from sources on Windows, using Microsoft's tools. To compile PHP with cygwin, please refer to Installation...
Read more >How to Use PHP in HTML - Code - Envato Tuts+
In this article, I'll show you how to use PHP code in your HTML pages. It's aimed at PHP beginners who are trying...
Read more >How to Build a Simple PHP Website - MakeUseOf
Want to build a website but don't know where to start? Creating a basic PHP website will put you on the road to...
Read more >Building PHP - PHP Internals Book
If you are currently using PHP, you likely installed it through your package manager, using a command like sudo apt-get ...
Read more >PHP Web Development Tutorial | Simplilearn - YouTube
PHP Web Development Tutorial | Web Development Using PHP | PHP Tutorial For Beginners | Simplilearn. Watch later. Share. Copy link.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This feature will be included in v0.3.0 (#81)
I can’t tell you the date, but I will work on it. 😃