Skip to content

kothing/laravel-aine-frontend-example

Repository files navigation

Aine frontend example

Aine CMS frontend blog example

Aine Backend

Aine backend installation can be found on the Aine install.

Installation Example

  1. Clone or download the repository
  2. Go to the project directory and run composer install
  3. Create .env file by copying the .env.example. You may use the command to do that cp .env.example .env
  4. Configure AINE_API_URL and AINE_API_TOKEN in .env
  5. Update the database name and credentials in .env file
  6. Run the command to generate application key php artisan key:generate
  7. Run the command php artisan migrate --seed
  8. Visit your site

Releases

No releases published

Packages

No packages published