Source Code CMS Laravel Multilanguage
Photo By Unsplash on Unsplash
On this occasion, I will share the source code for a Laravel Multilanguage CMS. This is a project I worked on, which is no longer in use by the original website. I hope it will be useful for fellow learners.
By the way, I created this while learning Laravel (straight to version 5.x), so the code might be messy and unorganized. Even until now, I’m still trying to make it more organized and clean.
Theme: Custom and developed by Sandy Firmansyah
Framework: Laravel version 5.2
Admin theme: https://startbootstrap.com/template-overviews/sb-admin/
Author: Nugraha
Demo online : http://cms.mangcoding.com/
url admin : http://cms.mangcoding.com/admin
Just go directly to the link below:
https://goo.gl/cdlqri
- Clone or download the source from the link above.
- Copy it to the htdocs or /var/www/ folder on your server.
- Configure the env file in .env to match your local database and user settings.
- Run the following commands via the console:
– composer update
– php artisan migrate
– seed or php artisan migrate:refresh –seed - Run with php artisan serve or go directly to localhost/namaFolder/public
- If you want to import the database manually, download it
If you need the regional database, download it here - For further inquiries, please leave a comment below. Before downloading, please read the agreement below.
- for url admin : localhost/namaFolder/public/admin atau localhost:8000/admin
.
- The file above is running on my laptop; if it doesn’t work on yours, it’s not my fault.
- Some of the scripts above might not work, like contact us via email, registration emails, etc. Some functions might have been removed.
- You are welcome to use the source above for educational purposes, but if it is for commercial use, I ask that you include a copyright to my blog. You can also make a donation based on mutual agreement. Feel free to contact me.
- For commercial purposes, I will take responsibility for getting the application online and functioning normally, but only based on prior agreement.
If you have any questions, I’m not obligated to provide direct and immediate answers, so please be patient.
That’s the article about the Source Code CMS Laravel Multilanguage that Mangcoding is sharing. I hope this article is useful and provides new knowledge. If you have any constructive criticism or suggestions, feel free to comment or send them via email or social media.