Skip to content

Audriusvilnius/Food-restaurant-market

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Native Installation

Requirements:

  1. From the root directory (where this file README.md is located) navigate to the application source directory: cd code/
  2. Execute the installation script bash init.sh OR run commands individually:
    • Install dependencies: composer install
    • Install XAMPP with MySQL database or MySQL database
    • Run npm install
    • Run cp .env.example .env
    • Run php artisan key:generate
    • Run composer require spatie/laravel-permission
    • Start XAMPP with MySQL database or MySQL database
    • Run php artisan migrate
    • Run php artisan migrate:fresh
    • Run php artisan migrate:fresh --seed
    • Run npm run build
  3. Run web server:
    • With XAMPP (cd code/` from ../xampp/htdocs)
    • Or with laravel: php artisan serve (from anywhere)
  4. The application should now be available at http://127.0.0.1:8000
  5. Users:
  6. All pass:
    • 123

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •