Quick links: Content - sections - sub sections
EN FR

Trace: minitutorial creating-application 1.7.x credits irc 1.6 1.7.x 1.1 1.3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:download:stable:1.8 [2023/04/12 15:10] – created laurenten:download:stable:1.8 [2024/04/26 21:52] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ~~LANG:FR@fr:telechargement:stable:1.8~~ ~~LANG:FR@fr:telechargement:stable:1.8~~
  
-====== 1.8 branch ======+====== Jelix 1.8 ======
  
-The latest release of the 1.8 branch is **~~version 1.8~~**. (see [[en:changelog:1.8.x|the changelog]])+The latest release of the 1.8 branch is **~~version 1.8~~**.
  
 +==== Licence ====
  
 Jelix is available under the [[http://www.gnu.org/licenses/lgpl.html|LGPL licence]]. So you are free to install, to use, to modify and to distribute them. You can also use them to develop an application which is not free, although Jelix remains free and should be always redistributed under the terms of the LGPL licence. Jelix is available under the [[http://www.gnu.org/licenses/lgpl.html|LGPL licence]]. So you are free to install, to use, to modify and to distribute them. You can also use them to develop an application which is not free, although Jelix remains free and should be always redistributed under the terms of the LGPL licence.
  
-End of life of this branch: 2026.+==== Support ==== 
 + 
 +  * First releaseApril 2023. 
 +  * Active support until December 2026. 
 +  * Security support until December 2027. 
 +  * See [[en:download|details of the maintenance policy]] 
 + 
 +==== PHP compatibility ==== 
 + 
 +This version is compatible from PHP 7.4 to 8.3. 
 + 
 +==== Download and installation ====
  
 To install Jelix, you should use [[https://getcomposer.org|Composer]]. Create a composer.json file, declare the @@jelix/jelix@@ package or the @@jelix/jelix-standard@@ package (it has more modules), with the version **~~version 1.8~~**, and launch Composer to install the package. See the manual for details: [[https://docs.jelix.org/en/manual-1.8/installation/create-application|Creating an application]]. To install Jelix, you should use [[https://getcomposer.org|Composer]]. Create a composer.json file, declare the @@jelix/jelix@@ package or the @@jelix/jelix-standard@@ package (it has more modules), with the version **~~version 1.8~~**, and launch Composer to install the package. See the manual for details: [[https://docs.jelix.org/en/manual-1.8/installation/create-application|Creating an application]].
Line 18: Line 30:
 cd mynewproject cd mynewproject
 composer init composer init
-composer require "jelix/jelix-standard:~1.8.0"+composer require "jelix/jelix-standard:~1.8.8"
 </code> </code>
  
Line 28: Line 40:
  
 **important:** when you update jelix, don’t forget to clean your application temp directory. **important:** when you update jelix, don’t forget to clean your application temp directory.
 +
 +===== Documentation =====
 +
 +  * [[https://docs.jelix.org/en/manual-1.8/new-features|New features in Jelix 1.8]]
 +  * [[en:changelog:1.8.x|All changes in minor versions of Jelix 1.8]]
 +  * [[https://docs.jelix.org/en/manual-1.8/installation/requirements|requirements for Jelix]]
 +  * [[https://docs.jelix.org/en/manual-1.8/installation/migrate|Tutorial to migrate to Jelix 1.8]]
 +  * [[en:documentation:#jelix-18|Autres documentations]] (manuels, tutoriels, références API..)
 +  * ~~download apiref 1.8~~
  
 ===== Locales ===== ===== Locales =====
Line 36: Line 57:
  
 Unzip them into @@app/locales/@@ directory of the Jelix application you develop, or into @@var/locales@@ of a Jelix application you installed, as a user. Unzip them into @@app/locales/@@ directory of the Jelix application you develop, or into @@var/locales@@ of a Jelix application you installed, as a user.
- 
- 
-==== API Reference ==== 
- 
-    * ~~download apiref 1.8~~ 
  

en/download/stable/1.8.1681312219.txt.gz · Last modified: 2023/04/12 15:10 by laurent

Recent changes RSS feed Creative Commons License