Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 690 Bytes

File metadata and controls

25 lines (21 loc) · 690 Bytes
📽️ 🎞️

cinema management system

organize, plan and output your cinema shows

Installation

Soon...™

Development

Developing works on Linux and MacOS. Windows should also work, but has not been tested yet. Install PHP and Laravel. (I recommend using Laravel Herd Lite)

Clone the git repo and copy .env.example to .env. Change the values as you like. To start developing run the two commands before you can start developing.

php artisan key:generate
php artisan migrate
php artisan storage:link

Now you are ready to go. To run the project run

composer run dev