All Projects → opencorero → opencore

opencorero / opencore

Licence: MIT license
OpenCore - Laravel for OpenCart

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
Less
1899 projects
Vue
7211 projects
Smarty
1635 projects
Twig
543 projects
shell
77523 projects

Projects that are alternatives of or similar to opencore

abandoned-carts-opencart
Reach out to prospects with bailed shopping carts; gain valuable insight to usability and recover lost sales.
Stars: ✭ 15 (-64.29%)
Mutual labels:  opencart, opencart-2x, opencart-module, opencart-extension, opencart-plugin
teamo-ddd-example
Implementing Domain Driven Design in PHP using Laravel
Stars: ✭ 46 (+9.52%)
Mutual labels:  laravel-framework, laravel-application, laravel5
Learn Laravel
Laravel 学习资料和开源项目集
Stars: ✭ 229 (+445.24%)
Mutual labels:  laravel-framework, laravel-application, laravel5
laravel-api-example
💻 Build an API with Laravel 5
Stars: ✭ 47 (+11.9%)
Mutual labels:  laravel-framework, laravel-application, laravel5
Laravel Restaurant Pos
Restaurant POS
Stars: ✭ 27 (-35.71%)
Mutual labels:  laravel-framework, laravel5
Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (+740.48%)
Mutual labels:  laravel-framework, laravel-application
nginx-virtual-host-bash-script
Nginx Virtual Host Bash Script
Stars: ✭ 35 (-16.67%)
Mutual labels:  laravel-framework, laravel5
december-2018-meetup
🤖 Build an API with Laravel 5.7
Stars: ✭ 27 (-35.71%)
Mutual labels:  laravel-application, laravel5
clubi
A group-oriented social media platform written in Laravel and Vue
Stars: ✭ 29 (-30.95%)
Mutual labels:  laravel-framework, laravel-application
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (+371.43%)
Mutual labels:  laravel-framework, laravel-application
Auth Tests
Always-current tests for Laravel's authentication system. Curated by the community.
Stars: ✭ 230 (+447.62%)
Mutual labels:  laravel-framework, laravel5
advance-blog-in-laravel-5.5-in-tdd
build blog with cool feature like Activity feed, Filter post, post subscription, mentioned user, notification, search with Algolia
Stars: ✭ 11 (-73.81%)
Mutual labels:  laravel-framework, laravel5
laravel-docker-k8s
Laravel using Docker and Kubernetes
Stars: ✭ 60 (+42.86%)
Mutual labels:  laravel-framework, laravel5
Laravel Qrcode Ecommerce
This is a complete laravel project that handles qrcodes, payments, api/microservices, and ecommerce
Stars: ✭ 36 (-14.29%)
Mutual labels:  laravel-framework, laravel-application
Laravel-5.3-Repository
Simple repository setup for Laravel 5.3
Stars: ✭ 17 (-59.52%)
Mutual labels:  laravel-framework, laravel5
Laravel Gitscrum
GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
Stars: ✭ 2,686 (+6295.24%)
Mutual labels:  laravel-framework, laravel-application
opencart-js-css-minifier
JS & CSS Minifier for OpenCart 2.1
Stars: ✭ 13 (-69.05%)
Mutual labels:  opencart, opencart-2x
laravel-crm
Free & Opensource Laravel CRM solution for SMEs and Enterprises for complete customer lifecycle management.
Stars: ✭ 927 (+2107.14%)
Mutual labels:  laravel-framework, laravel-application
Laracrud
Laravel Code Generator based on MySQL Database
Stars: ✭ 238 (+466.67%)
Mutual labels:  laravel-framework, laravel-application
Adware-ads-network-server
Online Advertising Network Server
Stars: ✭ 44 (+4.76%)
Mutual labels:  laravel-framework, laravel-application

This project is abandoned!

We suggest you to use Nexus for OpenCart.

Nexus can be found here GitHub Nexus and is a module like package which can be added in OpenCart and will let you call methods in the same manner as Laravel. For the moment it doesn't have the same complexity of OpenCore but with a little help from you I'm sure it will be much better than it. The best thing is that the footprint is much smaller and the speed is much faster!

OpenCore

An application built on Laravel which can run as a subsystem for OpenCart system.

OpenCore is an application made on Laravel for OpenCart which let's you develop new features or overwrite the existing ones in Laravel instead of the old OpenCart framework. The application comes with built-in features which help the developers to create new modules or new functionalities for OpenCart ecommerce platform. Also, stand-alone features (independent of OpenCart) can be easily added.

OpenCore - Laravel for OpenCart

Official website OpenCore. project made with the help of Aweb Design

WORK IN PROGRESS

Please note that this package is still under active development. We encourage everyone to try it, give feedback and if possible, contribute.

Features

  • All Laravel's 5.8 built-in helpers / features
  • Error logs by ARCANEDEV
  • Cronjob system management by Codestudiohq
  • WYSIWYG Email HTML/Markdown editor
  • Auto update feature
  • Module management by nWidart Modules
  • many more to come...

System Requirements

  • PHP >= 7.1.3
  • BCMath PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

check Laravel requirements because they may differ depending on the used version

Other Requirements

  • OpenCart 2.x / 3.x installed
  • root .htaccess.txt renamed to .htaccess
  • change admin settings from admin / setting / server / Use SEO URLs: Yes

Installation

  1. Install Git and Composer on your system
  2. go to your OpenCart root folder, open a console and run the following commands step by step
  3. git clone https://github.com/opencorero/opencore.git core
  4. cd core/
  5. composer update
  6. php artisan key:generate
  7. php artisan migrate
  8. php artisan opencore:register-routes
  9. copy OpenCart extension files from core/opencart-module/(2.x|3.x)/upload to you OpenCart root folder
  10. go to OpenCart admin panel / extensions / extensions / modules, find OpenCore module and install it
  11. click on the OpenCore icon from admin / left column / section "System Requirements" and make sure there's nothing marked with red
  12. Optional: in order to enable Developer & Example modules you need to access admin / user / user groups section and add permission for them

Enjoy!

Update

  1. cd core/
  2. git update
  3. composer update
  4. php artisan migrate
  5. php artisan opencore:register-routes
  6. copy OpenCart extension files from core/opencart-module/(2.x|3.x)/upload to you OpenCart root folder
  7. Optional: go to OpenCart / extensions / modules, disable and then re-enable the OpenCore module

How does it works ?

Let's take this file from OpenCart system: /admin/controller/common/header.php As you probably know, this file is commonly used for inserting the header part in all admin sections (there's one for catalog as well in catalog/controller/common/header.php) and it is called in other controllers this way:

$data['header'] = $this->load->controller('common/header');

and if it does not have another slash after header then the default index() method will be loaded from header controller. So, if you would like to rewrite this section using Laravel, you can create a custom Controller and a GET route 'common/header' which will point to the newly created controller and that's it! You are now able to write whatever custom code you want for the header file.

Example:

$router->get('common/header', 'ExampleController@commonColumnLeftReplace')->name('common.header');

If you want to create a new functionality, the process is the same but instead of using an existing route you will need to create a unique one.

Example:

$router->get('example', 'ExampleController@index')->name('example');

So, everytime you call /admin/example this controller will reply with the content.

Just remember that routes are split in two: admin.php and catalog.php routes files which can be found in /core/app/routes/ or in any module e.g.: /core/modules/Example/routes/

Is it fast?!

Yes, it is! As long as your server has the minimum requirements for Laravel 5.8 to work, everything should be good. The module is very fast and has no delay of any kind. The integration of Laravel Framework through OpenCart doesn't affect at all the speed of any of them. That is happenning thanks to the multiple optimizations done in the code and to the MySQL shared connector which will help sharing the database active connection between OpenCart and Laravel/OpenCore.

Documentation

Documentation for OpenCore can be found on the Official website.

  • right now it is under development but everything will be there soon

Security

If you discover any security related issues, please email author at [email protected] instead of using the issue tracker.

License

MIT license. Please see the license file for more information.

TODO

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].