You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, first of all, congratulations on this project!
I just followed the instructions on how to install the project and it gives me some errors. I have a branch with these errors fixed.
I think it's the same error reported in issue #51.
Also, regarding issue #33 my suggestion is to adopt a [Git Flow](https://danielkummer.github.io/git-flow - cheatsheet/#getting_started) workflow. It adopts the standard master > develop > feature > develop > release > develop + master process workflow.
## Installation
1. Clone the repository
2. Run `cp .env.example .env`
3. Create a database and update the `.env` file
4. Run `composer install`
5. Run `npm install`
6. Run `npm run dev`
7. Run `php artisan migrate --seed`
8. Run `php artisan key:generate`
8. Run `php artisan serve`
9. Login with the following credentials
- Email: `admin@ggmail.com`
- Password: `password`
10. Enjoy!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, first of all, congratulations on this project!
I just followed the instructions on how to install the project and it gives me some errors. I have a branch with these errors fixed.
I think it's the same error reported in issue #51.
Also, regarding issue #33 my suggestion is to adopt a [Git Flow](https://danielkummer.github.io/git-flow - cheatsheet/#getting_started) workflow. It adopts the standard master > develop > feature > develop > release > develop + master process workflow.
I hope this helps.
Fixes (to master branch):
app/Http/Livewire/Language/EditTranslation.php:
README.md
Beta Was this translation helpful? Give feedback.
All reactions