spdev/cms-movies

A free and open source Saas Platform to manager online movies

1.0.0 2023-01-26 22:59 UTC

This package is auto-updated.

Last update: 2024-04-27 04:36:16 UTC


README

A free and open source Saas Platform to manager online movies

#Download

Composer
> composer create-project spdev/cms-movies

#Requirement's

- Composer
- PHP ^ 8.0.2
- MySql ^5 or similar database
- RedisCLI
- Docker (Only if use Sail)
- Permission folder
- Supervisor
- Crontab

#Before install

Open .env file and make the correctly modifications
Open package.json file and change if necessary the "Script: { dev: vite --host localhost}" to your host

#How to install

The project have a default laravel installation!

Follow these steps
1) composer install
2) npm install
3) npm run build
4) php artisan artisan:storage-link
5) php artisan migrate --seed
6) php artisan key:generator
7) php artisan websockets:serve
8) php artisan serve
9) php npm run dev (Just in DEV mode)

#Authors

Gustavo Martim
gustavo@spdev.com.br | [https://www.linkedin.com/in/gustavo-martim-545b941b8]