https://github.com/sgsoft-studio/webed
I have write a CMS for this framework, Support multi language. I'm writing some other feature: ecommerce, manage orders, checkout... I hope it can helps you more for start a new project. If you need more support, please feel free to contact me via:
- Facebook: https://www.facebook.com/duyphan.developer
- Skype: tedozi.manson
- Email: duyphan.developer@gmail.com
- Manage page, post, product, category, product category.
- Manage file by el-finder.
- Manage page template.
- Handle custom fields (demo: https://www.youtube.com/watch?v=8ku2yaByYMI)
- User management.
- User roles: webmaster, admin, staff in backend.
- Menu management with drag & drop.
- Options.
- Multi language.
- Manage user feedbacks.
- Manage product attributes.
On this projects, I use the latest Laravel version (currently 5.2). Please go to laravel documentation page to check your system requirements.
git clone git@github.com:duyphan2502/LaraWebEd.git
composer install
You can see the database file in resources/db/mine_laracms.sql
APP_ENV=local
APP_DEBUG=true
APP_KEY=base64:qB5Ok2LCGmNvaAHF4OofNIC04/Kz4c497qxSWojN3tg=
APP_ADMINCPACCESS=admincp
DB_CONNECTION=mysql
DB_HOST=localhost
DB_DATABASE=your_database_name
DB_USERNAME=your_database_user
DB_PASSWORD=your_database_password
DB_PORT=your_database_port
MAIL_GLOBAL_FROM_ADDRESS=admin@larawebed.com
MAIL_GLOBAL_FROM_NAME=LaraWebEd
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=465
MAIL_USERNAME=your_email
MAIL_PASSWORD=your_email_password
MAIL_ENCRYPTION=ssl
RECAPTCHA_SITE_KEY=6Lfy4hYTAAAAABIGAFmHHScJ_lUZR7UuzD7MoXDO
RECAPTCHA_SECRET_KEY=6Lfy4hYTAAAAAGTRaZggVzW_PAyVxmGguw8uSWyH
- This site can only be run at domain name, not folder link.
- On your localhost, setting virtual host. Something like
larawebed.mydev.local
is ok. Cannot use as
localhost/larawebed/...
Follow these steps to see how to config virtual host: Virtual host
Well done! Now, you can login to the dashboard by access to your_domain_site/admincp
Username: webmaster
Password: PassCuaDev@2015
Enjoy!