I have been playing around with Laravel for the past 2 months and recently developed a complete CMS that includes various features such as
Official Website & Documentation
- Article Mgt
- Tag Mgt
- Comment Mgt
- Category & Sub Category Mgt
- Visitor Stats
- SEO Friendly
- User Management (Admin/Moderator/Author)
- Highlight Important Articles
and much more..
PHP 5.3+
MYSQL 5.5+ (InnoDB)
Apache 2.2
Tidy Extension enabled (by default its disabled in php config file)
Before I create a official "Bundle" of it, I would like you guys to test it out and post your feedback/comments or any changes that should be made
-
Copy all content of this(code) directly under public_html/phpcms folder of Apache
-
Map Document root to the directory of this folder (in Apache's httpd.conf file): eg: DocumentRoot "C:/public_html/phpcms"
-
Import the provided database.sql file within mysql
-
Edit current_directory/application/config/database.php and make the changes, (DBNAME, DBUSRE, DBPASSWORD)
-
Visit http://localhost and view a few demo Articles
Other NOTEs: The database name should be "cms", also make sure you use the right port, I have changed it to 3307 from the default of 3306 for Mysql
Also make sure Tidy extension is enabled, open php.ini configuration file and change
;extension=php_tidy.dll
to
extension=php_tidy.dll
Admin can log in via http://localhost/admin
Username: admin
Password: admin
Feel free to contrinue and post your feedback