jumpgate / jumpgate
A general starter kit for laravel apps using jumpgate additions.
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 6
Type:project
Requires
- php: ^8.0.2
- guzzlehttp/guzzle: ^7.2
- inertiajs/inertia-laravel: ^0.5.4
- jumpgate/core: ~4.0
- jumpgate/menu: ~2.0
- jumpgate/view-resolution: ~5.0
- laravel/framework: ^9.2
- laravel/helpers: ^1.4
- laravel/tinker: ^2.7
- laravelcollective/html: ^6.3
- tightenco/ziggy: ^1.4.3
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.6.7
- barryvdh/laravel-ide-helper: ^2.12.3
- beyondcode/laravel-dump-server: ^1.8.0
- fakerphp/faker: ^1.9.1
- laravel/sail: ^1.0.1
- laravel/telescope: ^4.4
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^6.1
- phpunit/phpunit: ^9.5.10
- spatie/laravel-ignition: ^1.0
This package is auto-updated.
Last update: 2025-06-06 02:03:19 UTC
README
Requirements
- Laravel Server Requirements
- PHP 8.2+
- Node 23+
- npm 11+
Used Packages
Package | Version | Links |
---|---|---|
Laravel | 12 | Github Docs |
Bootstrap | 5 | Docs |
VueJS | 3 | Docs |
InertiaJs | 2 | Docs |
LaraTrust | 8 | Docs |
Basic Installation
cd <project dir>
git clone git@github.com:JumpGateio/JumpGate.git ./
composer install
php artisan jumpgate:setup
- At this point you will need to modify your configs.
- Update
.env
- Update
config/jumpgate/users.php
- Update
php artisan jumpgate:database
This concludes the basic set up for JumpGate. At this point you should be able to go to your site in the browser and see the default JumpGate landing page.
Note
Change the public/img/site_logo.png
to your site image. This is used in the auth files next to the form.
Windows Development
Reverb, Telescope, and Pulse
These packages are included by default with jumpgate and are ready to go.
Important
Pulse does not work fully unless using MySQL/MariaDB. Some parts will work on other drivers, but not all.
We have default values in the config files that will work great with JumpGate. You can make any changes you want or remove these included config files if you don't want to use some of these packages.
We also have built in links for these in the menu bar. app/Http/Composers/Menu.php@generateRightMenu()
has these links
included by default. Feel free to delete them if you are not using the packages.