https://github.com/amethyst-php/starter-amethyst
https://github.com/amethyst-php/starter-amethyst
amethyst amethyst-project amethyst-starter
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amethyst-php/starter-amethyst
- Owner: amethyst-php
- Created: 2018-07-26T20:04:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T18:50:18.000Z (almost 7 years ago)
- Last Synced: 2025-03-05T01:35:59.203Z (about 1 year ago)
- Topics: amethyst, amethyst-project, amethyst-starter
- Language: PHP
- Size: 289 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Starter Amethyst
[](https://travis-ci.org/railken/starter-amethyst)
This is the starter pack of the [Amethyst](https://github.com/railken/amethyst), a [Laravel](https://github.com/laravel/laravel) based project.
## Installation
Download the project:
git clone https://github.com/railken/starter-amethyst [project-name]
Generate the documentation (read docs):
php artisan amethyst:documentation:generate
## Packages
This starter include the following packages:
- [authentication](https://github.com/railken/amethyst-authentication)
- [account](https://github.com/railken/amethyst-account)
- [config](https://github.com/railken/amethyst-config)
- [custom-page](https://github.com/railken/amethyst-custom-page)
- [data-builder](https://github.com/railken/amethyst-data-builder)
- [doc-generator](https://github.com/railken/amethyst-doc-generator)
- [email-log](https://github.com/railken/amethyst-email-log)
- [email-sender](https://github.com/railken/amethyst-email-sender)
- [file](https://github.com/railken/amethyst-file)
- [file-generator](https://github.com/railken/amethyst-file-generator)
- [listener](https://github.com/railken/amethyst-listener)
- [notification](https://github.com/railken/amethyst-notification)
- [schedule](https://github.com/railken/amethyst-schedule)
- [template](https://github.com/railken/amethyst-template)
- [user](https://github.com/railken/amethyst-user)
- [work](https://github.com/railken/amethyst-work)