Khalilbz / sharedLaravel

This tool Helps you convert your Laravel project to a shared Host project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sharedLaravel

This tool Helps you convert your Laravel project to a shared Host project, so you can upload it directly to your remote shared host.

HOW TO USE

  • If you project folder is /home/USER/projects/MyLaravelProject Then copy this tool inside /home/USER/projects
  • Then in the terminal go to the same folder
    $ cd /home/USER/projects
  • Then execute this command
    $ ./sharedLaravel.sh

Future Features

  • Read the steps from a JSON file to speed up the process
  • Generate sub parts (EXP: Genarate only Controller & dependencies) via commandline
  • Upload the generated files to a server via FTP or SFTP
  • Automatically detect changes and regenerate the Project
  • Export the local Project Database and inject it as migrations in the generated project

About

This tool Helps you convert your Laravel project to a shared Host project

License:MIT License


Languages

Language:Shell 100.0%