GithubHelp home page GithubHelp logo

ophim-core's Introduction

Server Requirements:

  • Laravel Framework 8.

  • PHP 7.3 or higher.

    • Configure php.ini:
    max_input_vars=100000
    
  • MySQL 5.7 or higher.

Add-on & Themes:

Installation:

  1. CD to project root and run: composer require hacoidev/ophim-core -W
  2. Configuration your database connection information in file .env
  3. Then, run command: php artisan ophim:install
  4. Change app\Models\User:
use Ophim\Core\Models\User as OphimUser;

class User extends OphimUser {
    use HasApiTokens, HasFactory, Notifiable;
    // ...
}
  1. Create new user by command: php artisan ophim:user

  2. Remove this route definition in routes/web.php

Route::get('/', function () {
    return view('welcome');
});
  1. Run php artisan optimize:clear

Update:

  1. CD to project root and run: composer update hacoidev/ophim-core -W
  2. Then, run command: php artisan ophim:install
  3. Run php artisan optimize:clear

Note

  • Configure a production environment file .env
    • APP_NAME=your_app_name
    • APP_ENV=production
    • APP_URL=https://your-domain.com
  • Configure timezone /config/app.php
    • 'timezone' => 'Asia/Ho_Chi_Minh'

Reset view counter:

  • Setup crontab, add this entry:
* * * * * cd /path/to/project && php artisan schedule:run >> /dev/null 2>&1

ophim-core's People

Contributors

hacoidev avatar phantom0803 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.