Download the PHP package pointdiese/starter-kit-pressive without Composer

On this page you can find all versions of the php package pointdiese/starter-kit-pressive. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package starter-kit-pressive

The Pressive — Statamic Starter Kit

A premium starter kit for satirical news and magazine publications built on Statamic 6. Ship your publication with a complete editorial system, ads management, full-text search, RSS feeds, and SEO baked in.

Statamic 6 Laravel 13 PHP 8.3+


Features


Requirements


Installation

1. Create a new project via the Statamic CLI

2. Install front-end dependencies and build assets

3. Configure your environment

At minimum, set:

4. Create your first user

Follow the prompts — make the user a super admin when asked.

5. Build the search index

6. Log into the Control Panel

Visit /cp and sign in. You're ready to go.


Initial Configuration

Once in the CP, head to Globals → Site Settings to configure your publication:

Setting Description
Logo Upload your logo (SVG or image)
Accent color Primary brand color used throughout the site
Site description Used in meta tags
Logo max width Control logo size in the nav
Masthead rules Toggle decorative horizontal rules in the masthead

Footer

Setting Description
Footer tagline Tagline displayed above the footer nav
Copyright text Displayed at the bottom of the footer
Social links X, Bluesky, Facebook, Instagram, YouTube, Threads

Marquee

Setting Description
Marquee toggle Show or hide the scrolling headlines bar
Marquee headlines List of headlines to display

Share buttons

Toggle each platform individually: Facebook, X, Bluesky, Threads, WhatsApp, LinkedIn.

Progress bar

Toggle the reading progress bar and choose its color (appears on article pages only).


Demo Content

The kit ships with demo content to help you get started:

To remove demo content, delete the entries from the CP or from the content/ directory.


Customization

Typography

All fonts are self-hosted (no Google Fonts — GDPR-friendly out of the box). Font files live in public/fonts/, declared in resources/css/fonts.css. The kit uses:

To swap a font, replace the files in public/fonts/, update the @font-face declarations in resources/css/fonts.css, and update the corresponding CSS variable in resources/css/site.css.

Favicon

Replace the files in public/ to use your own favicon:

Colors & Tailwind

The kit uses Tailwind CSS 4 with CSS custom properties. Global styles live in resources/css/site.css. The accent color is set from the CP globals and injected as a CSS variable — no code changes needed.

Categories

Categories are a taxonomy stored in content/taxonomies/categories/. Each category has a nav_order field that controls its position in the navigation.

The nav combines two sources in order:

  1. Custom links — defined in CP → Navigation → Main Nav (pages, external links, etc.)
  2. Category links — auto-generated from the categories taxonomy, sorted by nav_order

A category with nav_order set to 0 (or left empty) is excluded from the nav entirely. Set it to any positive integer to include it — lower numbers appear first.

To add a category: go to CP → Taxonomies → Categories → New, set the title, slug, and nav_order.


Contact Form

The kit includes a contact form at /contact. Submissions are stored in the CP under Forms → Contact by default — no email configuration required to get started.

To also receive submissions by email, add a notification to resources/forms/contact.yaml:

Then configure your mailer in .env:


Ads

Adding a banner

  1. Go to CP → Collections → Ads
  2. Upload your banner image (recommended: 970×250px)
  3. Fill in the optional Ad URL field for click-through
  4. Set optional start/end dates to control visibility

Placement

Ads appear automatically:

To add an ad inside an article, edit the article and add an Ad block in the content replicator.


Static Caching

For best performance, enable Statamic's full-page static caching in config/statamic/static_caching.php. Configure your web server to serve cached files directly.


License & Support

This starter kit is a commercial product licensed for use on a single Statamic installation. Redistribution or resale of the kit itself is not permitted.

For issues or questions, open a ticket on the Statamic Marketplace listing page.


Built with Statamic · Laravel · Tailwind CSS · Alpine.js


All versions of starter-kit-pressive with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package pointdiese/starter-kit-pressive contains the following files

Loading the files please wait ...