Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Releases: osmphp/project

v0.14.1

14 Jan 10:00

Choose a tag to compare

The project template contains new public/Osm_App/.htaccess file containing Apache configuration.

Related Releases

v0.14.0

17 Dec 12:45

Choose a tag to compare

Updated to Osm Framework 0.14.

Related Releases

v0.13.1

22 Oct 07:59

Choose a tag to compare

Empty settings files are added.

Related Releases

v0.13.0

08 Oct 11:04

Choose a tag to compare

Osm Framework dependency updated to ^0.13 version.

Note. When upgrading to this framework version, apply all your project dynamic traits using the #[UseIn] attribute.

Related Releases

v0.12.1

23 Sep 18:27

Choose a tag to compare

  • major: switched to Osm Framework ^0.12
  • minor: welcome page template updated
  • minor: new bin/install.sh script for easier installation on Linux.
  • fix: more reliable bin/deploy.sh

Related News

v0.11.0

12 Sep 15:11

Choose a tag to compare

  • switched to framework: ^0.11
  • new Osm_Project app added to Gulp configuration
  • deployment script, and a GitHub action that invokes it added to the project. Read this article for a real-world example.

v0.10.0

27 Aug 08:51

Choose a tag to compare

The project template has got a major rewrite. By default, a new project:

  • includes a working "Welcome" home page

  • uses all Osm Framework modules

  • runs under native PHP Web server using new router.php file:

      php -S 0.0.0.0:8000 -t public/Osm_App public/Osm_App/router.php  
    
  • uses the Gulp script that comes with Osm Framework

  • stores composer.lock in Git which allows to install the exact same
    dependencies in production with the composer install command

Full Status Report