{"id":15026306,"url":"https://github.com/netr/bash_localdev_laravel_setup_tool","last_synced_at":"2026-03-27T02:33:45.658Z","repository":{"id":98829696,"uuid":"212701544","full_name":"netr/bash_localdev_laravel_setup_tool","owner":"netr","description":"Local development bash tool for laravel to help generate nginx site files, create self signed certs with mkcert and add domain link to /etc hosts","archived":false,"fork":false,"pushed_at":"2020-06-11T00:49:39.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T02:38:42.892Z","etag":null,"topics":["bash","laravel","nginx","php","php73","php73-fpm","ssl"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-03T23:39:09.000Z","updated_at":"2020-06-11T00:49:41.000Z","dependencies_parsed_at":"2023-05-25T16:45:38.785Z","dependency_job_id":null,"html_url":"https://github.com/netr/bash_localdev_laravel_setup_tool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netr%2Fbash_localdev_laravel_setup_tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netr%2Fbash_localdev_laravel_setup_tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netr%2Fbash_localdev_laravel_setup_tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netr%2Fbash_localdev_laravel_setup_tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netr","download_url":"https://codeload.github.com/netr/bash_localdev_laravel_setup_tool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243327026,"owners_count":20273595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","laravel","nginx","php","php73","php73-fpm","ssl"],"created_at":"2024-09-24T20:04:15.116Z","updated_at":"2025-12-28T08:43:51.240Z","avatar_url":"https://github.com/netr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Local Development Helper for Laravel using Nginx / PHP 7.3 / Self Signed Certificates\n\n---\n\n### Required\n-   https://github.com/FiloSottile/mkcert :: Awesome easy to use go package to generate certs and sign them to your local store.\n\n---\n\n### Quick Information\n\nFound myself doing this way too often, so I decided to learn bash and setup a script to automate it.\n\nFairly easy to use, just ` ./create.sh `\n\nNext, select the type of nginx file you are trying to create.\n    \n- SSL (doesn't generate a cert and assumes /etc/ssl/domain.key)\n- SSLGen (creates a cert with mkcert and moves to /etc/ssl)\n- HTTP (doesn't use any ssl)\n\nIt will then prompt you for your development url (i.e. project.test)\n\nThen your folder name of your /var/www/html (i.e. project for /var/www/html/project)\n\nTies in well with this bashrc function\n\n```\nlnew() {\n   laravel new $1\n   cd $1\n   composer require laravel/ui --dev\n   php artisan ui vue --auth\n   composer require laravel/telescope --dev\n   composer require --dev barryvdh/laravel-ide-helper\n   php artisan telescope:install\n   git init\n   git add .\n   git commit -m \"Install Laravel\"\n   npm install\n   npm run dev\n}\n\n./create.sh\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetr%2Fbash_localdev_laravel_setup_tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetr%2Fbash_localdev_laravel_setup_tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetr%2Fbash_localdev_laravel_setup_tool/lists"}