Skip to content

mmichailidis/QueueManager

Repository files navigation

Requirements

  • php5.6 or higher
  • MySql
  • Composer

PreInstall

  • Download and install XAMPP -> Download
  • Download and install Composer -> Download

Install

  1. Create an empty Database.
  2. Create the directory cache into \bootstrap
  3. Create .env file into QueueManager. Then copy and paste .env.example content into .env. After that change DB_DATABASE= and DB_USERNAME= from homestead to your data and DB_PASSWORD= from secret to your password.
  4. From a command line go to QueueManager path and run composer update. Then run php artisan serve and when server starts press Ctrl+C to stop it.
  5. Go to \app\storage and create app, framework and logs directories. Then go to the framework folder that you just create and create cache, sessions and views subfolders.
  6. Run php artisan key:generate, composer update again and php artisan serve.
  7. Open a browser and type: http://localhost:8000/

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published