Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Panel | 4,812 | 6 days ago | 92 | November 04, 2021 | 307 | other | PHP | |||
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 Apps | 2,712 | 7 days ago | 37 | |||||||
:house::information_source: Curated list of awesome open source crafted web & mobile applications - Learn, Fork, Contribute & Most Importantly Enjoy! | ||||||||||
Actionview | 1,716 | 5 months ago | 15 | apache-2.0 | PHP | |||||
An issue tracking tool based on laravel+reactjs for small and medium-sized enterprises, open-source and free, similar to Jira. | ||||||||||
React Laravel | 896 | 8 | 3 years ago | 14 | January 20, 2016 | 16 | PHP | |||
Package for using ReactJS with Laravel | ||||||||||
Laravel React | 553 | 8 months ago | mit | PHP | ||||||
Laravel 8 and React 17 boilerplate | ||||||||||
Ulearn | 434 | a year ago | May 17, 2022 | 43 | mit | PHP | ||||
ULEARN - Open Source(FREE) LMS script in Laravel 5.8 and ReactJS 16.9 | ||||||||||
Pingcrm React | 406 | 2 months ago | 20 | mit | PHP | |||||
⚛️ Ping CRM React - A demo app to illustrate how Inertia.js works with Laravel and React (hosted on a heroku free dyno). | ||||||||||
Morecodes Youtube | 279 | 4 months ago | 35 | mit | JavaScript | |||||
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 Like | 265 | 3 years ago | 3 | |||||||
:books::100: Collection of learning resources i like | ||||||||||
Shopper | 244 | a year ago | 11 | September 29, 2019 | other | Blade | ||||
:warning: [ABANDONED] An eCommerce administration built with Laravel 5 for create online shop. |
This app will be replaced by Gobel. github - bmf-san/Gobel
Rubel is a cms built with Laravel and React.
[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
cd src/core-app/
cp .env.example .env
docker-compose build
docker-compose up -d
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"
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"
docker exec -it rubel_php /bin/sh -c "cd admin-app/ && npm cache verify && npm install && npm run build"
/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.
App | URL |
---|---|
Front | http://rubel/ |
API | http://api.rubel/ |
Adimin | http://admin.rubel/ |
Command | Detail |
---|---|
make:repository {modelName : The name of the model} |
Create repository files. |
app:init |
Interactively initialize the application. |
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.
This project is licensed under the terms of the MIT license.
bmf - A Web Developer in Japan.