Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.27 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.27 KB

Laravel-CMS-Ecommerce

GitHub repo size GitHub GitHub last commit

CMS with E-Commerce build with Laravel

🚀 Built With

📄 Laravel

🔧 Setup

  1. Clone this 📂 repository.
  2. cd into it.
  3. Install Composer Dependencies.
    composer install
  4. Install NPM Dependencies.
    npm install
  5. Rename or copy .env.example file to .env
  6. Generate an app encryption key.
    php artisan key:generate
  7. php artisan serve
  8. Visit localhost:8000 in your browser.

💻 How to use?

📗 License

Code in this repository is open-sourced software licensed under the GPL-3.0 license.
See the LICENSE.md file for details.

Saul Hdz Lara