https://github.com/zairosoft/codedium
Bitgrid is Laravel CMS
https://github.com/zairosoft/codedium
alpinejs cms laravel php twilight vitejs
Last synced: 4 months ago
JSON representation
Bitgrid is Laravel CMS
- Host: GitHub
- URL: https://github.com/zairosoft/codedium
- Owner: nakornsoft
- License: gpl-3.0
- Created: 2025-02-11T07:55:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T08:40:33.000Z (over 1 year ago)
- Last Synced: 2025-02-20T09:33:25.203Z (over 1 year ago)
- Topics: alpinejs, cms, laravel, php, twilight, vitejs
- Language: JavaScript
- Homepage: https://bitgrid.nakornsoft.com
- Size: 257 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# [Bitgrid](https://github.com/nakornsoft/bitgrid)
Laravel CMS
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.
## Requirements
* PHP 8.2 or higher
* Database (e.g.: MySQL, PostgreSQL, SQLite)
* Redis 5.0.14.1 or higher
* Web Server (eg: Apache, Nginx, IIS)
## Framework
Bitgrid uses [Laravel](http://laravel.com), the best existing PHP framework, as the foundation framework and [Module](https://github.com/nWidart/laravel-modules) package for Apps.
## Installation
* Install [Composer](https://getcomposer.org/download) and [Npm](https://nodejs.org/en/download)
* Clone the repository: `git clone https://github.com/nakornsoft/bitgrid.git`
* Install dependencies: `composer install ; npm install ; npm run dev`
* Install Bitgrid:
```bash
php artisan migrate
php artisan module:publish
```
* Create sample data (optional): `php artisan db:seed --class="SampleSeeder"`
* Username: super@gmail.com Password: 12345678
## Docker
[Docker File](DOCKER.md)
## Passport API
```bash
php artisan passport:install
php artisan passport:client --personal
```
## Deployment
```bash
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
```bash
crontab -e
Add the command below to the last line
* * * * * php /var/www/html/bitgrid/artisan schedule:run
```
## Changelog
Please see [Releases](../../releases) for more information about what has changed recently.
## Security
Please review [our security policy](https://github.com/nakornsoft/bitgrid/security/policy) on how to report security vulnerabilities.
## Credits
* [Nakornsoft](https://www.nakornsoft.com)
## License
Bitgrid is released under the [GNU GENERAL PUBLIC License](license.txt).