Glint - Glimpse of Intel
Get bite-sized intelligence delivered routinely. This project was developed to play with LeafPHP 🍁, and is in early active development.
To work on Glint, simply fork to your userspace. This guide assumes your are cloning glint into the htdocs folder of your web server, or have the requisite knowledge to point a virtual server. For help with deploying a LeafPHP application, give my Leaf codelabs experiement a try: Deploying a LeafMVC Application to Digital Ocean.
Follow the easy steps below to get started:
-
Install depends:
composer install
-
Create MySql database through mysqld or phpmyadmin, your choice.
-
Modify the default
.env
:- Special attention to DB variables
- Obtain a YouTube API key through the Google Developer Console.
- Set API key
YOUTUBE_API_KEY=YOUR KEY
- Set API key
-
Initialize the database (seed to get some default content):
php leaf db:install php leaf db:migrate php leaf db:seed
Feel free to create issues or contact myself (Theagiledev) via the LeafPHP Discord.