Skip to content

Jovi9/content-management

Repository files navigation

Content Management

This project is created using Laravel Framework.

Downloading

Follow the instructions below on how to download the project and get started.

Clone the repo.

Download the project by cloning the repo or download the zip file.

git clone https://github.com/Jovi9/content-management.git
cd content-management

After downloading, go inside the directory and run the following commands.

Install packages and dependencies.

composer install
npm install && npm run build

Configure the project

Copy the env example to create the env file and generate the app key.

cp .env.example .env
php artisan key:generate

Configure the env file database connection and mail host, change the values of the admin seeder class then run the following commands to create and seed the database.

php artisan migrate && php artisan db:seed

Create public storage link.

php artisan storage:link

Run the project.

php artisan serve

License

This project is open-sourced software licensed under the MIT license.

About

Internship project, content management system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published