注册
登录
gulp
>>
wad-project-laravel
>>
返回
项目作者:
herreramaxi
项目描述 :
Food Delivery App
高级语言:
PHP
项目主页:
https://wad-project-laravel.herokuapp.com/
项目地址:
git://github.com/herreramaxi/wad-project-laravel.git
创建时间:
2020-11-25T12:52:51Z
项目社区:
https://github.com/herreramaxi/wad-project-laravel
开源协议:
下载
WAD project: Food Delivery App
Website links
Home
Menus
Contactus
Admin
(Need user credentials)
Project main parts
Controllers
Image helper
Views
JavaScript
sass
Database
Migration: Products table
Seeder: Products/Menus
JSON files
JSON for rendering home page’s carousel
JSON for rendering Navbar
JSON for rendering menus page’s carousel
webpack build steps
.htaccess: customization of Apache HTTP server behavior
HTTPS redirect
Compress HTML, CSS, JavaScript, Text, XML and fonts
Cache
How to install the web app and run it locally
Requirements
Have installed PHP and enabled below modules in php.ini
extension=fileinfo
extension=gd2
extension=mbstring
extension=openssl
extension=pdo_pgsql
extension=pgsql
Have installed
Composer
Have installed
Laravel
Have installed a Postgres database.
Have an empty database created.
Installation steps
Go to the root of the project: wad-project-laravel-main
Open powershell
Excecute: powershell -ExecutionPolicy ByPass -File .\install.ps1
install.ps1
Configure
Configure database variables (DB_*) on .env file provided on submission zip file.
Run a local server
php artisan serve