Git Product home page Git Product logo

learnwithfair / laravel-restaurant Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 39.07 MB

Here, you can download Laravel Restaurant Template with amazing dashboard that was created by Laravel language. [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]

PHP 6.41% JavaScript 44.45% CSS 30.23% SCSS 5.87% Blade 13.04%
laravel laravel-admin-panel laravel-authentication learn-with-fair learnwithfair rahatul-rabbi rahatulrabbi restaurant restaurant-management web-development

laravel-restaurant's Introduction

LARAVEL-RESTAURANT

Youtube Facebook Instagram LinkedIn

Thanks for visiting my GitHub account!

Laravel is a free and open-source PHP- based web framework for building high-end web applications. It was created by Taylor Otwell and intended for the development of web applications following the model–view–controller architectural pattern and based on Symfony. see-more

Source Code (Download)

Required Software (Download)

Project Features

Dashboard Profile
roadmap roadmap
Logo-MGT Chefs-MGT
roadmap roadmap
Hero-Area Message
roadmap roadmap
Product-MGT Admin-MGT
roadmap roadmap
Upload-Image
roadmap
HOME
roadmap

How to use this template?

Step-1: For Set up Project

  • Clone this to your local machine using gh repo clone learnwithfair/laravel-restaurant
  • Run the command in the root directory
    i)  composer install or composer update
    ii) npm install
    

Step-2: Connect Database

  • In the .env file change the configuration as-
APP_KEY=base64:2qbhz1ExIN5uT3YfW0XBWaVwh7GPdG44bRFRDjkQQog=
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=DatabaseName
DB_USERNAME=root
DB_PASSWORD=
  • For Send Mail

    MAIL_MAILER=smtp
    MAIL_HOST=sandbox.smtp.mailtrap.io
    MAIL_PORT=2525
    MAIL_USERNAME=YourUserName
    MAIL_PASSWORD=YourPassword
    MAIL_ENCRYPTION=tls
    MAIL_FROM_ADDRESS="yourEmailAddress"
    MAIL_FROM_NAME="${APP_NAME}"
  • Create data table write the command in cmd

php artisan migrate
  • Note: If it's not working correctly then following the s

    • Manually, Create the desired database in the path-> http://localhost/phpmyadmin/

    • Or Create database using cmd as-

      • Set up the Environment variabel C:\xampp\mysql\bin
      • Write the command in the cmd
      mysql -u root -p (password: Not Used)
      create database DatabaseName; (semicolon must be add in the end)
      show databases;
      exit;
      • Again run the command in the cmd as-
      php artisan migrate

For Run Project

  • Start the Xampp server
  • Run command in the root directory php artisan serve
  • Run command (Another CMD) in the root directory npm run dev
  • Visit path -> http://127.0.0.1:8000/

Follow Me

github facebook instagram twitter YouTube

laravel-restaurant's People

Contributors

learnwithfair avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.