A free and open source Saas Platform to manager online 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
A free and open source Saas Platform to manager online movies
Composer
> composer create-project spdev/cms-movies
Composer
PHP ^ 8.0.2
MySql ^5 or similar database
RedisCLI
Docker (Only if use Sail)
Permission folder
Supervisor
Crontab
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
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)
Gustavo Martim
gustavo@spdev.com.br | [https://www.linkedin.com/in/gustavo-martim-545b941b8]