anna-stupina38/cinema-project

Diploma project on the profession 'Web developer'.

1.3 2024-08-11 18:09 UTC

This package is auto-updated.

Last update: 2025-03-11 19:21:19 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