An integrated Arabic movie website project, first version. The project was programmed using the Laravel framework, version 10. The project consists of:
-
The front end of the site, in which all posts are displayed in a modern way, taking into account the principles of UI/UX.
-
The control panel, which facilitates the complete management of the site and monitoring all statistics.
The project contains all the basics that the programmer needs to implement such a project at a rate exceeding 90%, and the rest is added by the programmer himself according to his needs.
- Dark Mode.
- Fully Responsive.
- Make a clone from respository.
git@github.com:ahmedelsewailky/movie-one.git
- Downloading packages and requirements.
composer update
- Creating a copy of .env.example file to
.env
.
cp .env.example .env
- Generate your .env file key.
php artisan key:generate
- Publishing storage.
php artisan storage:link
- Create database with name
laravel
.
php artisan migrate --seed
- Runing server.
php artisan serv
Package Name | Verison |
---|---|
laravel | 10.x |
Name | |
---|---|
Bootstrap | https://getbootstrap.com/ |
jQuery | https://jquery.com/ |
Select2 | https://select2.org/ |
MIT