Open your php configuration file php.ini and change the following settings.
memory_limit = 128M
max_execution_time = 300
If you are using Cpanel, you can follow this article to change your PHP memory limit settings https://chemicloud.com/kb/article/how-to-increase-the-php-memory-limit-in-cpanel/
{warning} On this project, we're using the latest Laravel version (currently 9.x). Please go to Laravel documentation page for more information.
{warning} If you're a Laravel developer and you want to customize our source code in
platform/core
andplatform/packages
, you need to delete folder/vendor
then run commandcomposer install
to reinstall vendor packages.
Jobcy is based on our Botble CMS, check video for installation on https://www.youtube.com/watch?v=zFbWYpjuFJk
public_html
).database.sql
(it's located in source code).
APP_URL
in .env
.
/admin
to access to admin panel.botble
- 159357
.
{warning} If you're a Laravel developer and you want to customize our source code in
platform/core
andplatform/packages
, you need to delete folder/vendor
then run commandcomposer install
to reinstall vendor packages.
Update your database credentials and APP_URL
in .env
.
Using sample data:
database.sql
.Don't use sample data:
Run php artisan migrate
to create database structure.
Run php artisan cms:user:create
to create admin user.
Run php artisan cms:theme:activate jobcy
If you're pulled source code from GIT server:
php artisan cms:publish:assets
Run web locally:
APP_URL
in .env
to APP_URL=http://localhost:8000
php artisan serve
. Open http://localhost:8000
, you should see the homepage./admin
to access to admin panel.botble
- 159357
.{warning} It’s based on Laravel framework, the root folder for it is /public so if you install it in a sub-folder, you need to access your-domain.com/sub-folder/public. To remove /public, check below video.
Cronjob is used to send emails abandoned carts notification automatically every week. You can ignore this step if you don't need that feature.
* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
Setup cron job in Cpanel: https://help.fasthosts.co.uk/app/answers/detail/a_id/2198/~/setting-up-cron-jobs-in-cpanel