Aine CMS frontend blog example
Aine backend installation can be found on the Aine install.
- Clone or download the repository
- Go to the project directory and run composer install
- Create .env file by copying the .env.example. You may use the command to do that cp .env.example .env
- Configure
AINE_API_URL
andAINE_API_TOKEN
in .env - Update the database name and credentials in .env file
- Run the command to generate application key php artisan key:generate
- Run the command php artisan migrate --seed
- Visit your site