Download the PHP package concretecms/composer without Composer
On this page you can find all versions of the php package concretecms/composer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download concretecms/composer
More information about concretecms/composer
Files in concretecms/composer
Package composer
Short Description A fully featured skeleton for a composer managed Concrete site
License MIT
Informations about the package composer
Composer Based Skeleton for Concrete sites
Creating a new project
First choose a name for your project. In this example, our project is called "the_oregon_trail"
Now you have the latest version of Concrete and you're ready to install!
Note: This is a skeleton project. So once you create a project, you can install your own VCS and change the README and all that.
Starting with the Concrete latest develop
First create a new project
Then navigate into that project and require the dev-develop
version of concretecms/core
Installing Concrete
Navigate into your new Concrete project
and use the interactive install commmand that comes with Concrete's CLI tool
Follow directions and your site will begin installing!
Note: You can also run the CLI tool directly with PHP
Install a Concrete package using composer
Find the package you'd like to install on packagist.org (in this case concretecms/sample_composer_package
)
Note: You can also use composer's repository functionality to manage private packages using composer
Compiling JS / CSS assets
This library uses Laravel Mix. See webpack.mix.js. To build assets:
Hot Module Replacement
Hot module replacement (hot reloading) allows you to write code and instantly see the changes in your browser, without reloading the page.
In order to use hot reloading with Concrete, you'll want to use the mix
and mixAsset
helper functions to wrap your
js and css urls. These functions make it so that your assets automatically detect hot reloading mode and output the
appropriate urls, they are safe to use in production:
In a page theme:
or in a theme template:
Free marketplace addons
Do you want to install an add-on that is free in the Concrete marketplace, but not on packagist.org? Go to https://composer.concretecms.org/.
All versions of composer with dependencies
concrete5/core Version ^9.2
concretecms/dependency-patches Version ^1.7
symfony/dotenv Version ^5|^6|^7