Skip to content

nakornsoft/bitgrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel cms (Developing)

Online cms software designed for small businesses and freelancers. Bitgrid is built with modern technologies such as Laravel, Vite.js, Alpine.js, Tailwind, RESTful API etc. Thanks to its modular structure, Bitgrid provides an awesome App Store for users and developers.

Screen

English | ภาษาไทย

Requirements

  • PHP 8.2 or higher
  • Database (e.g.: MySQL, PostgreSQL, SQLite)
  • Redis 5.0.14.1 or higher | Windows Linux
  • Web Server (eg: Apache, Nginx, IIS)

Framework

Bitgrid uses Laravel, the best existing PHP framework, as the foundation framework and Module package for Apps.

Installation

  • Install Composer and Npm
  • Clone the repository: git clone https://github.com/nakornsoft/bitgrid.git
  • Install dependencies: composer install ; npm install ; npm run dev
  • For linux install create folder link modules
ln -s modules Modules

or

Change config modules - > vendor/nwidart/laravel-modules/config/config.php

'modules' => base_path('Modules') to 'modules' => base_path('modules')

  • Install Bitgrid:
php artisan migrate
php artisan module:publish
php artisan storage:link
  • Create sample data (optional): php artisan db:seed --class="SampleSeeder"
  • Username: super@gmail.com Password: super

Docker

Docker File

Passport API

php artisan passport:install
php artisan passport:client --personal

Deployment

chown -R www-data:www-data storage
chown -R www-data:www-data bootstrap/cache
chmod -R 775 storage
chmod -R 775 bootstrap/cache

sudo chmod -R 775 storage
sudo chmod -R ugo+rw storage

Schedule

crontab -e
Add the command below to the last line
* * * * * php /var/www/html/bitgrid/artisan schedule:run

Icon

New Feature Low-Code

  • Page Builder (coming soon)
  • Workflow Builder (coming soon)

Translation

If you'd like to contribute translations, please check out our Crowdin project.

Changelog

Please see Releases for more information about what has changed recently.

Security

Please review our security policy on how to report security vulnerabilities.

Credits

Support Me

Hire us for work

License

Bitgrid is released under the GNU GENERAL PUBLIC License.