Download the PHP package afan417/blogo-starter-kit without Composer
On this page you can find all versions of the php package afan417/blogo-starter-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package blogo-starter-kit
Blogo Starter Kit
![Statamic 4+](https://img.shields.io/badge/Statamic-4+-FF269E?style=for-the-badge&link=https://statamic.com)
Features
- Markdown with Bard, for writing experience
- Categories taxonomy for Posts
- Dynamic Pages structure
- Mobile/Responsive friendly
- Contact form pre-configured
- Minimalistic design
- Native Search
Stack
- Alpine JS for interactions
- Built with Tailwind CSS
- Compiled with Vite
Screenshot
Quick Start
1. Create a new site
You can create a new site using the Statamic CLI Tool:
Or you can install manually into a fresh Statamic installation by running:
2. Install dependencies
To compile for production:
3. Make a new user
Note: This starter kit comes with a super-user already created. You can delete this user after you finish the installation process. You might need to enable Statamic Pro temporarily for this. Read here.
Username: [email protected]
Password: password
Create a new user via php please make:user
. You'll want to be a super admin so you have access to everything.
4. Do your thing!
If you're using Laravel Valet (or similar), your site should be available at http://blog-site.test
. You can access the control panel at http://blog-site.test/cp
and login with your new user. Open up the source code, follow along with the Statamic 4 docs, and enjoy!
Contributing
Contributions are always welcome, no matter how large or small, here.