PHPackages                             seongbae/canvas - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. seongbae/canvas

ActiveLibrary[Admin Panels](/categories/admin)

seongbae/canvas
===============

A Laravel 10 admin panel package.

2.1(2mo ago)0193[1 PRs](https://github.com/seongbae/canvas/pulls)MITPHPCI passing

Since Apr 20Pushed 2mo agoCompare

[ Source](https://github.com/seongbae/canvas)[ Packagist](https://packagist.org/packages/seongbae/canvas)[ Docs](https://github.com/seongbae/canvas)[ RSS](/packages/seongbae-canvas/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (10)Dependencies (20)Versions (57)Used By (0)

Canvas
======

[](#canvas)

Canvas is an admin panel built with Laravel. It comes with admin dashboard for managing users, roles &amp; permissions, media items, simple pages, and system logs.

Getting Started
---------------

[](#getting-started)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Installing

[](#installing)

Create a new Laravel application:

```
laravel new blog

```

Update .env with database connection information.

Install Canvas via Composer:

```
composer require seongbae/canvas

```

Create a database, update .env and run migration:

```
php artisan migrate

```

Run the Canvas installer:

```
php artisan canvas:install

```

Link storage folder:

```
php artisan storage:link

```

The installer runs the migrations, creates storage symlink, publishes package files, and seed the database with initial data.

At this point, visit your app URL and log in with:

```
Username: admin@admin.com
Password: password

```

Optionally, you can publish vendor files:

```
php artisan vendor:publish --provider "Seongbae\Canvas\CanvasServiceProvider"

```

Generating CRUD
---------------

[](#generating-crud)

Below command and syntax is taken from the Crudify project.

Run `canvas:generate` for a new model:

```
php artisan canvas:generate Model

```

This will generate:

- Controller
- Datatable
- Form Request
- Model
- Factory
- Migration
- Seeder
- View Files
- Navbar Link
- Routes

Don't forget to migrate after updating the new migration file.

**Tip: use the `--force` in order to replace existing generated files e.g. `php artisan canvas:generate Model --force`****Tip: use the `--admin` to have a menu item created in the backend.**

To Do
-----

[](#to-do)

- E-mail verification - new user registration and when users change their email
- SEO Support - generate sitemap, meta data update
- REST API support - include API resource when generating a new model
- Translation

Built With
----------

[](#built-with)

- [Laravel 7](https://www.laravel.com) - The web framework used
- [AdminLTE](https://adminlte.io/) - Admin Dashboard
- [Crudify](https://github.com/kejojedi/crudify) - CRUD generation

Contributing
------------

[](#contributing)

Please read [CONTRIBUTING](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

Versioning
----------

[](#versioning)

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/seongbae/canvas/tags).

Authors
-------

[](#authors)

- **Seong Bae** - [seong@lnidigital.com](seong@lnidigital.com)

License
-------

[](#license)

This project is licensed under the MIT License.

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance86

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~42 days

Recently: every ~173 days

Total

52

Last Release

71d ago

Major Versions

0.2.4 → 1.02020-11-04

1.9.1 → 2.02026-01-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/634527ef489f1765aec336951fc1103ce1347eecff9e39c9ee4b8450cb217a43?d=identicon)[seongbae](/maintainers/seongbae)

---

Top Contributors

[![seongbae](https://avatars.githubusercontent.com/u/1762739?v=4)](https://github.com/seongbae "seongbae (75 commits)")

### Embed Badge

![Health badge](/badges/seongbae-canvas/health.svg)

```
[![Health](https://phpackages.com/badges/seongbae-canvas/health.svg)](https://phpackages.com/packages/seongbae-canvas)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
