Skip to content

Add needed permissions to a laravel project folder and files

Notifications You must be signed in to change notification settings

arieltoledo/larafolder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

larafolder

larafolder its a small bash script to add the needed permissions to a laravel project folder. Its based on a solution posted at http://stackoverflow.com/questions/30639174/file-permissions-for-laravel-5-and-others

Installation

$ wget https://github.com/arieltoledo/larafolder.git

Apply permission to execute:

$ chmod +x /path/to/larafolder.sh

Optional: if you want to use the script globally, then you need to copy the file to your /usr/local/bin directory, is better if you copy it without the .sh extension:

$ sudo cp /path/to/larafolder.sh /usr/local/bin/larafolder

Use

$ sudo larafolder /path/to/laravel-project

or just

$ sudo larafolder

the script will ask for the folder location

Development

Want to contribute? Please do !!!!

About

Add needed permissions to a laravel project folder and files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages