It is a Filament based web application (cms) for Laravel developers. After install you will have:
- Posts
- Comments
- Pages (with custom fields)
- Categories
- Tags
- Menu
- Site settings
- Chunks
- Users
- Roles
- Permissions
- AdmForms
- copy project files
- composer install
- npm i
- npm run build
- run server and db on your environment
- create new db for project
- cp .env.example .env
- add db credentials to env file
- change APP_URL in env file to real website address (local on with domain)
- php artisan adm:start
- copy installed project with ALL files (vendor and node_modules too if exist)
- add db credentials to env file
- change APP_URL in env file to real website address (local on with domain)
- go to site using SSH
- cp .htaccess_example .htaccess
- php artisan adm:start
- php artisan adm:demo
- php artisan adm:demo-remove
- cd storage/app/public/
- chmod 775 images
- chmod 775 logo
- php artisan storage:link
- cd public
- cp .htaccess_example .htaccess
- go to {your-website}/admin
login: [email protected] password: password
- RECAPTCHA_SITE_KEY=
- RECAPTCHA_SECRET_KEY=