decmurphy / bridomeara

Bríd O' Meara Consultancy - Building a Mental Wellbeing Culture

Home Page:https://bridomeara.ie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clone & Setup

git clone git@github.com:decmurphy/bridomeara.git ~/Sites/
composer install
cp .env.example .env && php artisan key:generate
npm install

Development

npm run dev

Production

npm run production

Notes

  • Dev server will be available at http://bridomeara.test thanks to Laravel Valet (this is why project must be cloned into ~/Sites)
  • To update Statamic version programatically (can also be done via CP), change require.statamic/cms version in composer.json. A composer update will then be required, along with some cache clearing probably.
  • Cache clear is necessary in production a lot, especially if upgraded Statamic version or other core change
php artisan cache:clear
  • In production, PHP version is not the system PHP version, but rather the server PHP version, since Nginx needs it's own implementation of PHP to run (PHP-FPM). Statamic 3/Composer 2 requires PHP >= 7.3. Check inside the nginx.conf file for this site to see the PHP version being used.

Statamic Logo

About Statamic 3

Statamic 3 is the flat-first, Laravel + Git powered CMS designed for building beautiful, easy to manage websites.

Note: This repository contains the code for the Statamic application. To contribute to the core package, visit the Statamic core package repository.

Learning Statamic

Statamic 3 has extensive documentation. We dedicate a significant amount of time and energy every day to improving them, so if something is unclear, feel free to open issues for anything you find confusing or incomplete. We are happy to consider anything you feel will make the docs and CMS better.

Support

We provide official developer support on Statamic 3 Pro projects. Community-driven support is available on the forum and in Discord.

Contributing

Thank you for considering contributing to Statamic! We simply ask that you review the contribution guide before you open issues or send pull requests.

Code of Conduct

In order to ensure that the Statamic community is welcoming to all and generally a rad place to belong, please review and abide by the Code of Conduct.

Important Links

About

Bríd O' Meara Consultancy - Building a Mental Wellbeing Culture

https://bridomeara.ie


Languages

Language:PHP 56.5%Language:Antlers 43.1%Language:Shell 0.2%Language:Vue 0.1%