Artisan Deployment Error with Non Laravel Projects
We have started to use Forge for other non Laravel applications for convenience.
When using GitHub deployment we get the following error:
From github.com:
branch master -> FETCH_HEAD
5415eac..c5bbd70 master -> origin/master
Updating 5415eac..c5bbd70
Fast-forward
fuel/app/modules/reordlvlcalc/views/admin/reordlvlcalc.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Loading composer repositories with package information
Installing dependencies from lock file
Nothing to install or update
Generating autoload files
php oil r install
[0;32m Made writable: /home/forge/apps.cambridgepetstore.co.uk/fuel/app/cache[0m
[0;32m Made writable: /home/forge/apps.cambridgepetstore.co.uk/fuel/app/logs[0m
[0;32m Made writable: /home/forge/apps.cambridgepetstore.co.uk/fuel/app/tmp[0m
[0;32m Made writable: /home/forge/apps.cambridgepetstore.co.uk/fuel/app/config[0m
Could not open input file: artisan
So because this is not a true Laravel project there is no artisan.
The code deploys fine however it would be great to have a way to suppress this error.