Rubel

Rubel is a cms built with Laravel and React.
Alternatives To Rubel
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Panel4,812
6 days ago92November 04, 2021307otherPHP
Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
Awesome Opensource Apps2,712
7 days ago37
:house::information_source: Curated list of awesome open source crafted web & mobile applications - Learn, Fork, Contribute & Most Importantly Enjoy!
Actionview1,716
5 months ago15apache-2.0PHP
An issue tracking tool based on laravel+reactjs for small and medium-sized enterprises, open-source and free, similar to Jira.
React Laravel896
83 years ago14January 20, 201616PHP
Package for using ReactJS with Laravel
Laravel React553
8 months agomitPHP
Laravel 8 and React 17 boilerplate
Ulearn434
a year agoMay 17, 202243mitPHP
ULEARN - Open Source(FREE) LMS script in Laravel 5.8 and ReactJS 16.9
Pingcrm React406
2 months ago20mitPHP
⚛️ Ping CRM React - A demo app to illustrate how Inertia.js works with Laravel and React (hosted on a heroku free dyno).
Morecodes Youtube279
4 months ago35mitJavaScript
A collection of CRUD, Login, and Registration boilerplates on various stacks built with ReactJS, VueJS, AngularJS, NodeJS, Express, Flask, Laravel, AdonisJS, KoaJS, HapiJS used in my Youtube videos MoreCodes (https://www.youtube.com/channel/UCK8YsKv4-N6ItZfzEyKlI6A)
Resources I Like265
3 years ago3
:books::100: Collection of learning resources i like
Shopper244
a year ago11September 29, 2019otherBlade
:warning: [ABANDONED] An eCommerce administration built with Laravel 5 for create online shop.
Alternatives To Rubel
Select To Compare


Alternative Project Comparisons
Readme

This app will be replaced by Gobel. github - bmf-san/Gobel

CircleCI

Rubel

Rubel is a cms built with Laravel and React.

Features

  • Free
  • Customizable
  • Documented

Demo

Requirements

  • Docker
  • PHP7
  • composer
  • npm
  • Node.js
  • Docker

Get Started

Installation

[Latest] git clone [email protected]:bmf-san/Rubel.git rubel

[Specified version] git clone -branch 1.0.0 [email protected]:bmf-san/Rubel.git rubel

Setting

Create a env file

cd src/core-app/
cp .env.example .env

Setup the docker-compose

docker-compose build
docker-compose up -d

Setup the core-app

docker exec -it rubel_php /bin/sh -c "cd core-app/ && composer install"
docker exec -it rubel_php /bin/sh -c "cd core-app/ && php artisan key:generate"
docker exec -it rubel_php /bin/sh -c "cd core-app/ && php artisan migrate && php artisan db:seed"
docker exec -it rubel_php /bin/sh -c "cd core-app/ && composer test"

Setup the client-app

docker exec -it rubel_php /bin/sh -c "cd client-app/packages/bmftech && composer install"
docker exec -it rubel_php /bin/sh -c "cd client-app/packages/bmftech && npm cache verify && npm install && npm run build"
docker exec -it rubel_php /bin/sh -c "cd core-app/ && php artisan vendor:publish --tag="bmftech-public""
docker exec -it rubel_php /bin/sh -c "cd core-app/ && php artisan vendor:publish --tag="bmftech-views""
docker exec -it rubel_php /bin/sh -c "cd client-app/packages/bmftech && composer test"

Setup the admin-app

docker exec -it rubel_php /bin/sh -c "cd admin-app/ && npm cache verify && npm install && npm run build"

Add hosts settings to /etc/hosts

127.0.0.1 rubel
127.0.0.1 admin.rubel
127.0.0.1 api.rubel

If you want to use vagrant, you can be able to use bmf-san/vagrant-for-rubel.

URL

App URL
Front http://rubel/
API http://api.rubel/
Adimin http://admin.rubel/

Artisan commands

Command Detail
make:repository {modelName : The name of the model} Create repository files.
app:init Interactively initialize the application.

Documentation

Contributing

We welcome your issue or pull request from everyone. Please check ISSUE_TEMPLATE.md and PULL_REQUEST_TEMPLATE.md to contribute.

If you want to find something to contibute, please check the project.

License

This project is licensed under the terms of the MIT license.

Author

bmf - A Web Developer in Japan.

Popular Laravel Projects
Popular Reactjs Projects
Popular Frameworks Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Php
Reactjs
Docker
Laravel
Redux
Ansible
Vagrant
Content Management System
Jwt
Docker Compose
Single Page Applications
Circleci
Bulma