All Projects → ChangeWindows → Horizon

ChangeWindows / Horizon

Licence: AGPL-3.0 license
Building ChangeWindows one commit at a time

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Horizon

yii2-inertia
The Yii 2 server-side adapter for Inertia.js.
Stars: ✭ 52 (+67.74%)
Mutual labels:  inertiajs
laravel-scaffold
Laravel + Inertia (Vue) + Tailwind Scaffold for new Projects
Stars: ✭ 33 (+6.45%)
Mutual labels:  inertiajs
atlas
Atlas: A React (Typescript), Laravel, Tailwind & Inertia starter kit. (Jetstream alternative)
Stars: ✭ 48 (+54.84%)
Mutual labels:  inertiajs
inertia
A preset for installing @inertiajs in a fresh Laravel project
Stars: ✭ 80 (+158.06%)
Mutual labels:  inertiajs
jetstream-inertia-generator
Laravel 8 Admin CRUD generator built with Jetstream, Inertia js, Vue 3 and Tailwindcss 2
Stars: ✭ 105 (+238.71%)
Mutual labels:  inertiajs
inertiajs-tables-laravel-query-builder
Inertia.js Tables for Laravel Query Builder
Stars: ✭ 391 (+1161.29%)
Mutual labels:  inertiajs
inertia phoenix
Inertiajs Adapter for Elixir Phoenix
Stars: ✭ 60 (+93.55%)
Mutual labels:  inertiajs
pingcrm-yii2
Ping CRM on Yii 2 - A Yii 2 demo application to illustrate how Inertia.js works.
Stars: ✭ 39 (+25.81%)
Mutual labels:  inertiajs
RailsBooster
Pre-Configured Ruby On Rails Template To Provide Instant Productivity ⚡️
Stars: ✭ 22 (-29.03%)
Mutual labels:  inertiajs
pingcrm-mithril
Ping CRM on Mithril.js - A mithril demo application to illustrate how Inertia.js works.
Stars: ✭ 22 (-29.03%)
Mutual labels:  inertiajs
inertia-go
⏩ The Inertia.js server-side adapter for Go.
Stars: ✭ 49 (+58.06%)
Mutual labels:  inertiajs
satellite
🛰️ Dashboard for probe.
Stars: ✭ 34 (+9.68%)
Mutual labels:  inertiajs
pingcrm-vite
⚡️ PingCRM on Vite Rails - A Vite.js + Inertia.js + Vue SSR + Rails demo
Stars: ✭ 48 (+54.84%)
Mutual labels:  inertiajs

ChangeWindows

Building ChangeWindows one commit at a time

ChangeWindows Preview · ChangeWindows

About ChangeWindows

ChangeWindows does what Microsoft doesn't: document every change we can possibly find in Windows on any platform.

Open source

ChangeWindows is an open source project build on top of Laravel, Vite and React.

Using

To run ChangeWindows, you'll need the following:

  • PHP 8.1.0 or higher, including extensions required by Laravel 9.x
  • MySQL
  • Composer
  • npm

Setup

Clone this repository to any given directory and setup the .env file with all required parameters. An example of an .env file can be found in .env.example. Then execute the following commands.

composer install
npm install
php artisan migrate
php artisan db:seed

To run ChangeWindows, use the following command:

php artisan serve

This will launch a server at 127.0.0.1:8000. Also run this NPM command.

npm start

This will compile various files, mostly SCSS and keep an eye out for changes.

For a production build, execute the following commands:

composer install --prefer-dist --no-scripts --no-dev -o
npm run build

The node_modules folder is not required in a production environment as long as the production-script has been run. All relevant JavaScript will be compiled to the public-folder.

Contributing

We are open to contributions to ChangeWindows. Do you have a feature that you really want to see but we are not spending any time on it ourselves? Feel free to open a pull request for it!

Not into coding, but like to support us nonetheless? We're always happy with a donation. Our patrons will be shown on the About-page.

Security Vulnerabilities

If you discover a security vulnerability within ChangeWindows, please contact us through private means. Most successful would probably be to contact us on Twitter.

License

The ChangeWindows website is open-sourced software licensed under the AGPL license v3. Note however that the content on our website isn't unless stated otherwise.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].