Simple Laravel CMS
This CMS is a basic bootstrap application to make your web development up and running almost instantly. It includes basic User Authentication, User, Page, Post and Category CRUD.
Thanks to ADMIN LTE for the awesome dashboard look!
Installation
- Step1: Add this to your root
composer.json
"require": {
"jsdecena/cms": "^2.1"
}
-
Step2: Run this in your terminal
php artisan vendor:publish --tag=jsdcms --force -
Step3: Rename
.env.exampleto.envand set your database credentials -
Step4: Run this in your terminal
php artisan key:generate -
Step5: Uncomment the
UsersTableSeeder::classcall in/database/seeds/DatabaseSeeder.php -
Step6: Add these lines in the
/database/seeds/DatabaseSeeder.php
$this->call(PageTableSeeder::class);
$this->call(PostTableSeeder::class);
-
Step7: Run this in your terminal
composer dump-autoload && php artisan migrate --seed && php artisan serve -
Step8: Go to http://localhost:8000/blog OR
-
Step9: Go to http://localhost:8000/admin for backend login
-
Step10: Use this credentials to login: email:
john@doe.com| password:Testing123 -
Enjoy!

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
