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~
- No database, no background mode, only one configuration file (
config/web.php) - No ads, supports VIP analysis, official sources, fast speed, multiple channels, multiple categories
To-do:
-
- Independent channel homepage
-
- TV live broadcast
-
- Multiple parsing interface
-
- To be added…
Sponsored Exclusive Edition
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.
- So, the question is, how to get the sponsored exclusive version?
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
- LNMP/AMP With PHP5.6+
- curl, OpenSSL extension -Composer
Install the main program through Composer
1. Use composer to install moeins
$ composer create-project a-jue/moeins
#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.
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:
location/{
try_files $uri $uri/ /index.php$is_args$query_string;
}
4. Complete
- Give this project a Star~
- Just access your
domain name
Install via Git
1. Clone this project
git clone https://github.com/178146582/moeins.git
2. composer installation extension package
composer install
3. PHP executes the following command
php -r "file_exists('.env') || copy('.env.example', '.env');"
php artisan key:generate
4. Continue from the second step of “Install via Composer”
License
GPLV3
