Installation
Attention
Playground v73.0 is currently unstable.
See the Playground Project Status Board for v73.0.0 (on GitHub Projects).
For PHP based applications, Playground utilizes the Laravel.
For ECMAScript based applications, Playground may use any of Angular, React or Vue.
For UI/UX , Playground may use any of Bootstrap, Angular Material or Tailwind.
Sites and packages may be set up with Composer.
composer install
Packages may be added to Laravel sites with:
composer require gammamatrix/playground
How to upgrade
Currently, Playground utilizes Laravel v11 for the underlying framework.
composer update