Skip to content

yughoz/yuuLTEAngular

Repository files navigation

Yuu LTE Specs

Program Include

Server Requirements (Laravel framework )

The Laravel framework has a few system requirements. Of course, all of these requirements are satisfied by the Laravel Homestead virtual machine, so it's highly recommended that you use Homestead as your local Laravel development environment. However, if you are not using Homestead, you will need to make sure your server meets the following requirements:

  • PHP >= 7.1.3
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Installing Yuu LTE

  • Clone or download from git
  • Create empty database mysql Ex : yuuDB
  • Copy .env.example to .env and fill the options.
  • Run the following commands:
 composer install
 php artisan key:generate
  • Use PHP's built-in development server to serve your application, you may use the serve Artisan command. Running laravel migration
  php artisan migrate
  php artisan serve

  #if you use Virtual Server
  #php artisan serve --host=YourVirualIP --port=8000

  #ex : 
  php artisan serve --host=192.168.1.20 --port=8000
 username  : admin@admin.com
 password  : password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published