Skip to content

Khalilbz/sharedLaravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages