Blog | Demo Site | QQ group | GitHub

An online film and television application based on the elegant laravel framework and a girly UI that is not girly at all

The author has something to say

Although there are online movies and TV shows all over the Internet, this does not prevent me from writing one myself, so that it will be convenient for me to watch it later. After all, by doing it yourself, you can have enough food and clothing, and learn new knowledge, wouldn’t it be wonderful?

The page design refers to some websites. All film and television resources come from the Internet. If there is any infringement, please contact us in time.

Let’s get rid of those 60-second commercials for ex~

To-do:

In addition, this is a dual-version application, that is, it will have two different versions. The sponsored version is based on the optimization of the regular version. It has greatly improved the functions and performance, greatly speeds up the running speed, and maintains priority updates.

You can get it by sponsoring the project for more than 58 yuan here or here

Of course, if the project is helpful to you or you have needs, you can choose to sponsor us. Even a little bit is love.

I don’t think anyone writes an open source project for profit. After all, it’s not as much as moving bricks in a brick factory for a day.

Installation requirements

Install the main program through Composer

1. Use composer to install moeins

PLAINTEXT
$ composer create-project a-jue/moeins
Click to expand and view more
PLAINTEXT
#After waiting for the dependent libraries to be installed, the installation script will be automatically executed.
#The following prompt appears to indicate that the installation is complete

> Illuminate\Foundation\ComposerScripts::postInstall
> php artisan optimize
Generating optimized class loader
The compiled services file has been removed.
> php artisan key:generate
Application key [base64:Hx0I9UUQg7OyIz8lpDYG6Y/gW1uxS760ERdWvGG2jyQ=] set successfully.
Click to expand and view more

2. Directory permissions

Set the public subdirectory as a public web directory

3. URL rewriting

For the Apache server, the .htaccess in the project directory has been configured with rewriting rules, which can be modified if necessary. For the Nginx server, the following is a configuration for reference:

PLAINTEXT
location/{
	try_files $uri $uri/ /index.php$is_args$query_string;
}
Click to expand and view more

4. Complete

Install via Git

1. Clone this project

PLAINTEXT
git clone https://github.com/178146582/moeins.git
Click to expand and view more

2. composer installation extension package

PLAINTEXT
composer install
Click to expand and view more

3. PHP executes the following command

PLAINTEXT
php -r "file_exists('.env') || copy('.env.example', '.env');"

php artisan key:generate
Click to expand and view more

4. Continue from the second step of “Install via Composer”

License

GPLV3

Copyright Notice

Author: MoeJue

Link: https://ja.moejue.cn/en/posts/75/

License: クリエイティブ・コモンズ表示-非営利-継承4.0国際ライセンス

この作品は、クリエイティブ・コモンズ表示-非営利-継承4.0国際ライセンスに基づいてライセンスされています。

Start searching

Enter keywords to search articles

↑↓
ESC
⌘K Shortcut