Skip to content

A blog management system is a platform used to create, edit, organize and manage content on a blog. By using this system, users can easily create and publish posts, adjust the appearance and structure of the blog. The blog management system makes it easier for users to manage and update their blog.

Notifications You must be signed in to change notification settings

MuhammadAbdiel/cms-blog

Repository files navigation

CMS Blog

Project Setup

The first, we need to create .env file based on .env.example file, run command:

copy .env.example .env

Then, we need to install packages that installed in composer, where that packages will be saved in vendor folder, run command:

composer install

After that, next step is run that command:

php artisan key:generate

This command will generate key to put in APP_KEY in .env file.

Then, if this laravel application have a database, create a new database. Then, adjust DB_DATABASE, DB_USERNAME, DB_PASSWORD and DB_HOST in .env file.

Next step is run that command:

php artisan migrate:fresh --seed

Finally, to open the application in browser, run command:

php artisan serve

About

A blog management system is a platform used to create, edit, organize and manage content on a blog. By using this system, users can easily create and publish posts, adjust the appearance and structure of the blog. The blog management system makes it easier for users to manage and update their blog.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published