Statamic 3 is the very latest and greatest version of Statamic, a uniquely powerful CMS built on Laravel and designed to make building and managing bespoke websites radically efficient and enjoyable.
For more information visit the [Statamic core package repository][https://github.com/statamic/cms].
The offical documentation for v3 is available here. Due to lack of information please revise the v2 docs as well, as they share some similarities.
You can find more code snippets and common solutions to problems by visiting the Statamic Handbook (WIP).
composer create-project cnj/statamic --stability=dev project-name
At the last prompt, select Y
, to remove the included git files.
Email: [email protected]
Password: password
You can create additional users by running: (this requires a license)
php please make:user
php artisan storage:link
Enter the APP_URL
and APP_NAME
vi .env
git init
Add the appropriate remote GitHub repository
By default on Statamic, editors with no user permissions can't change their own password. This is why we have to setup email sending for password recovery. By Default the Sendgrid driver is included with all the required configuration. Make sure to set the appropriate env options for the Sendgrid mailer to work:
...
MAIL_MAILER=sendgrid
SENDGRID_API_KEY="PASTE_API_KEY_HERE"
...
Latest TailwindCSS is already included. Purge in production is set up.
npm run watch
Follow the Forge guide on the wiki.