laravel-harbor icon indicating copy to clipboard operation
laravel-harbor copied to clipboard

a cli tool to Quickly create on-demand preview environment for your app on Laravel Forge.

Results 14 laravel-harbor issues
Sort by recently updated
recently updated
newest added

This PR adds the ability to import a database - see https://github.com/mehrancodes/laravel-harbor/issues/98. Interested in any feedback! --- There are two approaches: importing a SQL file or via a seeder. ###...

enhancement

Hi! I noticed that my "Sites" navigation on Forge contained some sites that should have been deleted already. ![grafik](https://github.com/mehrancodes/laravel-harbor/assets/13335308/26fd8352-f209-4ac0-a6fa-69d785683d0a) In fact, the site overview for that server no longer even...

bug

Both CONTRIBUTING.md and LICENSE.md, which are linked from the README, currently return 404 because the filenames contain leading whitespace. Example ` CONTRIBUTING.md`: ![grafik](https://github.com/mehrancodes/laravel-harbor/assets/13335308/a45ec4b5-9129-474b-ba2e-3eb220b65289) Note: Both files are also empty, but...

It would be great if Harbor could create [security rules](https://forge.laravel.com/docs/sites/security-rules.html) in Forge. #### Example Rule ![grafik](https://github.com/mehrancodes/laravel-harbor/assets/13335308/641a183c-f0c1-451c-90bf-2e862a5a3c66) #### Use case I don't always want my preview deployments to be public. A...

enhancement

Hopefully this isn't too niche a use-case... Harbor has automated 95% of the work needed for us to quickly send preview sites to clients. The one step that I still...

enhancement

For anyone else searching for how to setup Harbor on Gitlab CI this should be useful. (Based on a pipeline initiated from the merge request context and having Gitlab setup...

documentation
enhancement

I much prefer working in PHP than GitHub actions, so what I'm imagining here is being able to write some of the other steps of my preview workflow as classes...

``` @mehrancodes I'll work on this, just wanted to note it in the backlog. ``` # Summary When an environment is deployed with Harbor, and the branch name matches a...

enhancement

I'm currently having an issue where I need to modify my environment variables on a branch that I'd like previews for. On initial provision, Harbor takes the environment variables that...

enhancement

Hi there! Thank you for your work! It's wonderful and I really like it. Nevertheless, I'm trying to setup a laravel-harbor workflow and have been following the steps from the...

help wanted