nateatnts / blog-starter
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
Requires
- nateatnts/base-blog: ~1.0
This package is auto-updated.
Last update: 2025-03-06 02:49:38 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