{"id":14974643,"url":"https://github.com/morpheusadam/laravel-shop-generator","last_synced_at":"2025-10-27T09:31:35.136Z","repository":{"id":253172427,"uuid":"842694868","full_name":"morpheusadam/laravel-shop-generator","owner":"morpheusadam","description":"Laravel Shop Generator is a powerful and feature-rich Ecommerce CMS built with Laravel. It provides a comprehensive solution for creating and managing an online store with ease.","archived":false,"fork":false,"pushed_at":"2024-09-07T19:23:38.000Z","size":8893,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T04:41:22.134Z","etag":null,"topics":["ecommerce-website","laravel","laravel-framework","shop","theme"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/morpheusadam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-08-14T21:55:30.000Z","updated_at":"2024-10-26T09:22:56.000Z","dependencies_parsed_at":"2024-08-15T00:10:18.812Z","dependency_job_id":"9ddd5fd6-5888-4dde-b53e-64522c80ae3b","html_url":"https://github.com/morpheusadam/laravel-shop-generator","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"3dcfb64f35f540a22c33faeddaf8822b8a5730e2"},"previous_names":["morpheusadam/laravel-shop-generator"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morpheusadam%2Flaravel-shop-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morpheusadam%2Flaravel-shop-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morpheusadam%2Flaravel-shop-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morpheusadam%2Flaravel-shop-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morpheusadam","download_url":"https://codeload.github.com/morpheusadam/laravel-shop-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238472026,"owners_count":19478146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ecommerce-website","laravel","laravel-framework","shop","theme"],"created_at":"2024-09-24T13:50:51.187Z","updated_at":"2025-10-27T09:31:31.602Z","avatar_url":"https://github.com/morpheusadam.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Installation Complete](public/Documentation/4.png)\n# Laravel Shop Generator - Laravel Ecommerce CMS\n\nLaravel Shop Generator is a powerful and feature-rich Ecommerce CMS built with Laravel. It provides a comprehensive solution for creating and managing an online store with ease.\n\n## Features\n\n- **Multiple Language Support**\n- **Multiple Currency Support**\n- **Product Attributes and Options**\n- **Order Management**\n- **Brands, Tags, and Reviews**\n- **Flash Sales and Coupons**\n- **Wishlist and Compare**\n- **Guest Checkout**\n- **Invoice Generation**\n- **Advanced Search and Filtering**\n- **SEO Optimized**\n- **Beautiful \u0026 Powerful Admin Panel**\n- **Scheduled Currency Rate Updating**\n- **Custom Static Pages**\n- **Advanced System Reports**\n- **Maintenance Mode**\n- **And More...**\n\n## Requirements\n\n- **PHP:** 7.4+ (Recommended: 8.1 or higher)\n- **MySQL:** 5.6+ or MariaDB 10.0+\n- **PHP Extensions:**\n  - Intl\n  - OpenSSL\n  - PDO\n  - Mbstring\n  - Tokenizer\n  - XML\n  - Ctype\n  - JSON\n\n## Installation\n\n### Step 1: Extract and Upload\n\n1. Unzip the downloaded archive package.\n2. Rename the `Laravel Shop Generator` directory to your desired directory name.\n3. Upload the directory to your web server through FTP or Control Panel.\n\n### Step 2: Creating Database\n\n1. Create a database for Laravel Shop Generator through your server control panel.\n2. If your server has phpMyAdmin, you can also create a database using phpMyAdmin.\n\n### Step 3: Install Dependencies\n\n1. Navigate to the project directory:\n    ```bash\n    cd /path/to/your/laravel-shop-generator\n    ```\n2. Install Composer dependencies:\n    ```bash\n    composer install\n    ```\n3. Install NPM dependencies:\n    ```bash\n    npm install\n    ```\n\n### Step 4: Environment Configuration\n\n1. Copy the `.env.example` file to `.env`:\n    ```bash\n    cp .env.example .env\n    ```\n2. Open the `.env` file and configure your environment variables, including database connection details.\n\n### Step 5: Generate Application Key\n\n1. Generate the application key:\n    ```bash\n    php artisan key:generate\n    ```\n\n### Step 6: Run Migrations and Seed Database\n\n1. Run the database migrations and seed the database:\n    ```bash\n    php artisan migrate --seed\n    ```\n\n### Step 7: Build Frontend Assets\n\n1. Build the frontend assets:\n    ```bash\n    npm run dev\n    ```\n\n### Step 8: Run Installation Wizard\n\n1. Go to your website address.\n2. Follow the installation wizard.\n\n**Note:** You should configure your web server's document/web root to be the `public` directory.\n\n### Pre-Installation\n\nThe pre-installation page checks if your server meets the requirements and has the correct directory permissions to set up Laravel Shop Generator. Ensure that directories within the `storage` and the `bootstrap/cache` directories are writable by your web server.\n\n### Configuration\n\nFill in the database connection details, administration details, and store details, then click the `Install` button to install Laravel Shop Generator.\n\n### Complete\n\nAfter successfully installing Laravel Shop Generator, you will see a success message. You now have the option to browse your online store or log into the administration panel.\n\n## Admin Login\n\n- **URL:** [https://your-domain.com/admin](https://your-domain.com/admin)\n- **Email:** `admin@email.com`\n- **Password:** `123456`\n\n## User Login\n\n- **URL:** [https://your-domain.com/login](https://your-domain.com/login)\n- **Email:** `admin@email.com`\n- **Password:** `123456`\n\n## Changelog\n\n### Version 4.3.1 (5 Jul 2024)\n- Fix file manager issue\n\n### Version 4.3.0 (3 Jul 2024)\n- Add new sidebar cart design\n- Add new newsletter popup design\n- Add locale switcher in auth pages\n- Add ability to change storefront font with 17 fonts preset\n- Fix product gallery lightbox duplicate images\n- Fix missing translations\n- Fix responsive issues\n- Improve accessibility\n- Improve storefront theme design\n\n... (Include other versions as needed)\n\n## License\n\nThis project is licensed under the terms of the [Envato Regular License](https://codecanyon.net/licenses/standard).\n\n## Support\n\nFor support, please contact [EnvaySoft](https://codecanyon.net/user/envaysoft).\n\n---\n\n© All Rights Reserved EnvaySoft\n\n## Screenshots\n## 📞 Contact Me\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://www.linkedin.com/in/hesam-ahmadpour\" style=\"color: red; font-size: 20px; text-decoration: none;\"\u003eLinkedIn\u003c/a\u003e |\n    \u003ca href=\"https://t.me/morpheusadam\" style=\"color: red; font-size: 20px; text-decoration: none;\"\u003eTelegram\u003c/a\u003e\n\u003c/div\u003e\n\n\n![Installation Step 1](public/Documentation/1.png)\n![Installation Step 2](public/Documentation/2.png)\n![Installation Step 3](public/Documentation/3.png)\n![Installation Complete](public/Documentation/4.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorpheusadam%2Flaravel-shop-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorpheusadam%2Flaravel-shop-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorpheusadam%2Flaravel-shop-generator/lists"}