Skip to content

sanjaydeveloper15/cannabis-shop

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling.

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

Requirements

  • Minimum PHP 7+ version
  • Composer
  • Apache Server

Steps for run project are below:

  • Step 1 - Clone Respositry
  • Step 2 - Run composer install command now from CLI
  • Step 3 - Create .env file
  • Step 4 - Copy .env.example code in .env file
  • Step 5 - Change DB credentials in .env file now
  • Step 6 - Run command php artisan migrate FROM CLI
  • Step 7 - Run command php artisan db:seed
  • Step 8 - Run command php artisan key:generate
  • Step 9 - Now open any browser and open http://localhost/cannabis_shop/

Admin Routes

  • Login - /admin/login (Change IP if it's something else) Credentials For Login Email - admin@cannabis.com Password - 123456789

License

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