Download the PHP package anna-stupina38/cinema-project without Composer
On this page you can find all versions of the php package anna-stupina38/cinema-project. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download anna-stupina38/cinema-project
More information about anna-stupina38/cinema-project
Files in anna-stupina38/cinema-project
Download anna-stupina38/cinema-project
More information about anna-stupina38/cinema-project
Files in anna-stupina38/cinema-project
Vendor anna-stupina38
Package cinema-project
Short Description Diploma project on the profession 'Web developer'.
License MIT
Package cinema-project
Short Description Diploma project on the profession 'Web developer'.
License MIT
Please rate this library. Is it a good library?
Informations about the package cinema-project
Netology-Project
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
All versions of cinema-project with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
guzzlehttp/guzzle Version ^7.2
laravel/fortify Version ^1.21
laravel/framework Version ^10.10
laravel/sanctum Version ^3.3
laravel/tinker Version ^2.8
livewire/livewire Version ^3.5
moonshine/moonshine Version ^2.15
guzzlehttp/guzzle Version ^7.2
laravel/fortify Version ^1.21
laravel/framework Version ^10.10
laravel/sanctum Version ^3.3
laravel/tinker Version ^2.8
livewire/livewire Version ^3.5
moonshine/moonshine Version ^2.15
The package anna-stupina38/cinema-project contains the following files
Loading the files please wait ....