Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronei-kunkel/cubic-laravel
https://github.com/ronei-kunkel/cubic-laravel
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ronei-kunkel/cubic-laravel
- Owner: ronei-kunkel
- Created: 2022-09-20T06:49:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T16:37:35.000Z (about 2 years ago)
- Last Synced: 2023-03-23T23:38:41.485Z (almost 2 years ago)
- Language: JavaScript
- Size: 441 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cubic
## Requirements
- docker version: 20.10.18
- docker-compose version: v2.12.2
## Run
Open new terminal into this repo folder then:
1. Copy the .env.example to .env:
`cp .env.example .env`
2. Generate key for you app:
`php artisan key:generate`
3. Install dependencies with composer:
`composer install`
4. Config to make git ignore filemode:
`git config core.fileMode false`
5. Apply write permissions to files and folders:
`sudo chmod 777 -R .`
6. Generate app key:
`php artisan key:generate`
7. Run the following command to set up the app services:
`docker-compose up`
8. In other new terminal into repo folder run the following command to migrate last database version:
`docker exec -i cubic-app php artisan migrate`