Download the PHP package diyphpdeveloper/cmscanvas without Composer
On this page you can find all versions of the php package diyphpdeveloper/cmscanvas. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download diyphpdeveloper/cmscanvas
More information about diyphpdeveloper/cmscanvas
Files in diyphpdeveloper/cmscanvas
Informations about the package cmscanvas
A content management system for Laravel 5.
https://github.com/diyphpdeveloper/cms-canvas/wiki
Requirements
CMS Canvas requires Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, or 5.8 and a MySQL server.
Installation
Require this package with Composer
Create the database
Update your .env file or config/database.php to use the cmscanvas database
Quick Start
-
Once Composer has installed or updated you will need to register CMS Canvas's user model with Laravel. To do this update the providers array in config/auth.php to:
-
If running Larevel 5.2 to 5.4 you will need to manually register providers and aliases. If you are running Laravel 5.5 or greater this step can be skipped. Open up config/app.php and find the providers key, towards the end of the file, and add the following just prior to the application service providers:
Now find the alliases key, again towards the end of the file, and add the following to the end:
-
Now that config/app.php and config/auth.php is configured, use Artisan to add CMS Canvas's templates and configs:
-
Next use Artisan to create CMS Canvas's database tables:
-
Populate the database tables with the default data required for CMS Canvas to run:
-
Make the following directories writable:
-
Finally, remove any root (home page) routes from app/Http/routes.php (Laravel 5.2) or routes/web.php (Laravel 5.3)
- To access the admin panel go to your web browser and visit:
Once you are logged in the first thing you should do is change your email and password!!!
For full documentation see https://github.com/diyphpdeveloper/cms-canvas/wiki
All versions of cmscanvas with dependencies
laravel/framework Version 5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*
laravelcollective/html Version 5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*
intervention/image Version 2.*
rcrowe/twigbridge Version ^0.9.4