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

1.02 2022-02-05 20:29 UTC

This package is auto-updated.

Last update: 2024-05-06 01:06: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