digbang / laravel-project by demiansc
forked from laravel/laravel

The Laravel Framework.
149
1
3
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

  1. Clone repository
  2. composer install
  3. npm install in node container
  4. composer build
  5. npm run dev in node container for frontend dev server

Minio configuration

  1. ADD "127.0.0.1 s3" to your hosts file
  2. ACCESS http://localhost:9000/minio,
  3. Login with the access and secret keys located in docker-compose.yml.
  4. Create a bucket with some name. Add a R/W policy to the bucket.
  5. Configure the bucket name in your env file
  6. Change the filesystem driver to minio

Sentry configuration

  1. Configure your .env variables
  2. 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:

    • Unaccent Extension
  • redis

  • node

  • npm

  • yarn

  • SO Packages:

    • locales
    • locales-all

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.