anna-stupina38/cinema-project

Diploma project on the profession 'Web developer'.

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/anna-stupina38/cinema-project

1.3 2024-08-11 18:09 UTC

This package is auto-updated.

Last update: 2025-10-11 20:30:53 UTC


README

Developed on Laravel 10 in conjunction with livewire, using the moonshine admin panel

Requirements

  • php >= 8.1
  • composer > 2
  • mySQL >= 5.6.0

Installation

  • Run the command in the terminal: composer create-project anna-stupina38/cinema-project
  • Create a mySQL database on your local or remote server and edit the .env file in the project root directory, assigning values ​​to the constants, where:
    APP_URL: your domain
    DB_HOST: mySQL server address
    DB_PORT: connection port
    DB_DATABASE: database name
    DB_USERNAME: username to connect to the database
    DB_PASSWORD: password to connect to the database

Create storage link

  • php artisan storage:link

Run migrations

  • php artisan migrate

Creating an administrator

  • php artisan moonshine:user

Resources

  • The admin panel resources are located in the folder: App\MoonShine\Resources
  • Route to enter the admin panel: /lk