nateatnts/blog-starter

There is no license information available for the latest version (1.02) of this package.

A starter project for nateatnts/base-blog

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Twig

pkg:composer/nateatnts/blog-starter

1.02 2022-02-05 20:29 UTC

This package is auto-updated.

Last update: 2025-10-06 04:01:33 UTC


README

Starter project which uses the scaffolding of the Base Blog Core PHP Dependency to provide ready-made user management and templates.

Installation

composer create-project nateatnts/blog-starter project-name

Then, go to the root project:

cd project-name

or whatever directory name you created.

Next, create your environment file:

cp .env.example .env

Open up that file in your editor of choice. Fill in the site address, site name, and the database information.

Then you need to run the installation program.

./console install

Next, run npm install.

npm install