Skip to content

codeadamca/laravel-php-cms

Repository files navigation

Laravel CMS using Vanilla PHP Views

This repository is copy of the simple PHP CMS except the CMS has been converted to Laravel.

Installation

The CMS uses the public storage driver, make sure to update your .env file:

FILESYSTEM_DRIVER=public

The database setup includes migrations and seeding. Run the following command to initialize the database:

php artisan migrate:refresh --seed

All user accounts will have the default password of password.

Full tutorial URL:
https://codeadam.ca/learning/php-cms-laravel.html


Repo Resources

About

Recoding the basic PHP CMS using Laravel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages