The Laravel Framework.
Package Data |
Maintainer Username: |
demiansc |
Package Create Date: |
2016-09-26 |
Package Last Update: |
2023-04-11 |
Home Page: |
https://digbang.com
|
Language: |
PHP |
License: |
proprietary |
Last Refreshed: |
2024-11-22 03:07:06 |
Package Statistics |
Total Downloads: |
149 |
Monthly Downloads: |
0 |
Daily Downloads: |
0 |
Total Stars: |
1 |
Total Watchers: |
3 |
Total Forks: |
2 |
Total Open Issues: |
0 |
project-name
Installation
- Clone repository
-
composer install
-
npm install
in node container
-
composer build
-
npm run dev
in node container for frontend dev server
Minio configuration
- ADD "127.0.0.1 s3" to your hosts file
- ACCESS
http://localhost:9000/minio
,
- Login with the access and secret keys located in
docker-compose.yml
.
- Create a bucket with some name. Add a R/W policy to the bucket.
- Configure the bucket name in your env file
- Change the filesystem driver to
minio
Sentry configuration
- Configure your .env variables
- Enable Sentry on your .env file
System Requirements
-
php: 7.2.x
-
php ini configurations:
-
upload_max_filesize = 100M
-
post_max_size = 100M
- This numbers are illustrative. Set them according to your project needs.
-
php extensions:
- bcmath
- Core
- ctype
- curl
- date
- dom
- fileinfo
- filter
- ftp
- gd
- hash
- iconv
- imagick
- intl
- json
- libxml
- mbstring
- mcrypt
- mysqlnd
- openssl
- pcntl
- pcre
- PDO
- pdo_pgsql
- pdo_sqlite
- Phar
- posix
- readline
- Reflection
- session
- SimpleXML
- soap
- SPL
- sqlite3
- standard
- tidy
- tokenizer
- xdebug
- xml
- xmlreader
- xmlwriter
- ZendOPcache
- zip
- zlib
-
Composer PHP
-
apache: 2.4.x / nginx
-
postgres: 9.6.x / 10.x
-
postgres extensions:
-
redis
-
node
-
npm
-
yarn
-
SO Packages:
System Configuration
- Remember that all sites must use HTTPS. And please choose a proper redirect:
- http://www.site.com should redirect to https://www.site.com
- http://site.com should redirect to https://www.site.com
- https://site.com should redirect to https://www.site.com
- The sub-domain (www), can be interchanged in the examples. But you must choose to use it and redirect TO it or not use it and redirect FROM it.
- Please see docker/apache/default.conf for the server configuration to access the site and resources.