jeudi 8 novembre 2018

Is there a portable PHP artisan tool?

At work, we are using PHP 5.6, Lumen 5.1. Due to some setup issues related to the project and work, I cannot run any composer command nor PHP artisan, I get errors like this and others. The project only runs on the server. Now if I want to create a table, I have two options:

  • Run the migration on the server, then download it using sftp
  • Create another lumen project on my PC, do migration and then move them to the project's folder

Is there a portable php artisan I can put in the project folder or can I alias php artisan from some other lumen project to generate files in the project I work on?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire