Ultra fast, Open Source e-commerce framework for building custom online shops, market places and complex B2B applications scaling to billions of items with Laravel.
Deploy this app to Linode with a free $100 credit!
:star: Star us on GitHub — it motivates us a lot! 😀
wget https://getcomposer.org/download/latest-stable/composer.phar -O composer
php composer create-project aimeos/aimeos myshop
If you are still using **PHP 7.3 or 7.4**, install Aimeos 2021.10 instead:
wget https://getcomposer.org/download/latest-stable/composer.phar -O composer
php composer create-project aimeos/aimeos:~2021.10 myshop
You will be asked for the parameters of your database and mail server as well as an
e-mail and password used for creating the administration account.
In a local environment, you can use the integrated PHP web server to test your new Aimeos
installation. Simply execute the following command to start the web server:
cd myshop
php artisan serve
**Note:** In an hosting environment, the document root of your virtual host must point to
the **/.../myshop/public/** directory and you have to change the `APP_URL` setting in your `.env`
file to your domain without port, e.g.:
APP_URL=http://myhostingdomain.com
## Frontend
After the installation, you can test the Aimeos shop frontend by calling the URL of your
VHost in your browser. If you use the integrated PHP web server, you should browse
this URL: [http://127.0.0.1:8000](http://127.0.0.1:8000)
[![Aimeos frontend](https://aimeos.org/fileadmin/aimeos.org/images/aimeos-frontend.jpg?2021.07)](http://laravel.demo.aimeos.org/)
## Backend
The Aimeos administration interface will be available at `/admin` in your VHost. When using
the integrated PHP web server, call this URL: [http://127.0.0.1:8000/admin](http://127.0.0.1:8000/admin)
[![Aimeos admin backend](https://aimeos.org/fileadmin/aimeos.org/images/aimeos-backend.png?2021.04)](http://admin.demo.aimeos.org/)
## Customize
Laravel and the Aimeos e-commerce package are extremely flexible and highly customizable.
A lot of documentation for the [Laravel framework](https://laravel.com) and the
[Aimeos e-commerce framework](https://aimeos.org/docs/latest/laravel) exists. If you have questions
about Aimeos, don't hesitate to ask in our [Aimeos forum](https://aimeos.org/help/).
For more details about Aimeos Laravel integration, please have a look at its
[repository](https://github.com/aimeos/aimeos-laravel).
## Multi-language
For shops which offers multiple languages, just add this line to your `./myshop/.env` file:
SHOP_MULTILOCALE=true
Then, the language will be added to the routes automatically. You can set up the available
languages in the ["Locale > Locale" panel](https://aimeos.org/docs/latest/manual/locales/)
of the Aimeos admin backend.
## Multi-vendor
To enable multi-vendor features, add this settings to the `./myshop/.env` file:
SHOP_MULTISHOP=true
If you want to allow vendors to register themselves as sellers, set this option in the
`./myshop/.env` file too:
SHOP_REGISTRATION=true
By default, newly registered sellers have administrator privileges in the backend for
their own site. For a more limited access to the backend, you can change the permission
level to "editor" in the `./myshop/.env` file:
SHOP_PERMISSION=editor
You can change the permissions associated to "admin" or "editor" by adding your own version
of the [JQAdm resource configuration](https://github.com/aimeos/ai-admin-jqadm/blob/master/config/admin/jqadm/resource.php)
to the "admin" section of your `./config/shop.php` file.
## License
The Aimeos shop system is licensed under the terms of the MIT and LGPLv3 license and
is available for free.
## Links
* [Web site](https://aimeos.org/Laravel)
* [Documentation](https://aimeos.org/docs/latest/laravel)
* [Forum](https://aimeos.org/help/laravel-package-f18/)
* [Issue tracker](https://github.com/aimeos/aimeos/issues)
* [Composer packages](https://packagist.org/packages/aimeos/aimeos)
* [Source code](https://github.com/aimeos/aimeos)Please login to review this project.
No reviews for this project yet.
Django based ticket sales platform for events.
Spree is a complete, modular & API-driven open source e-com…
PrestaShop offers a free, open-source and fully scalable e-…
Comments (0)
Please login to join the discussion on this project.