LaravelPackages.net
Acme Inc.
Toggle sidebar
spdev/cms-movies

A free and open source Saas Platform to manager online movies

14
3
1.0.0
About spdev/cms-movies

spdev/cms-movies is a Laravel package for a free and open source saas platform to manager online movies. It currently has 3 GitHub stars and 14 downloads on Packagist (latest version 1.0.0). Install it with composer require spdev/cms-movies. Discover more Laravel packages by spdev or browse all Laravel packages to compare alternatives.

Last updated

#Movies CMS

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]

Star History Chart