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(3mo ago)0193[1 PRs](https://github.com/seongbae/canvas/pulls)MITPHPCI passing

Since Apr 20Pushed 3mo 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 3w 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

44

—

FairBetter than 90% of packages

Maintenance78

Regular maintenance activity

Popularity10

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

116d ago

Major Versions

0.2.4 → 1.02020-11-04

1.9.1 → 2.02026-01-18

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1762739?v=4)[Seong Bae](/maintainers/seongbae)[@seongbae](https://github.com/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

27.6k172.1k9](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[sebastienheyd/boilerplate

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

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

SeAT Web Interface

2623.5k157](/packages/eveseat-web)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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