PHPackages                             doctype\_admin/landing\_page - 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. doctype\_admin/landing\_page

ActiveLibrary

doctype\_admin/landing\_page
============================

Landing Page of Doctype Admin Panel

4231HTMLCI failing

Since Jul 20Pushed 5y agoCompare

[ Source](https://github.com/pratiksh404/doctype_landing_page)[ Packagist](https://packagist.org/packages/doctype_admin/landing_page)[ RSS](/packages/doctype-admin-landing-page/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Doctype Admin Blog](https://github.com/pratiksh404/doctype_landing_page/raw/master/screenshots/doctype_landing.png)](https://github.com/pratiksh404/doctype_landing_page/blob/master/screenshots/doctype_landing.png)

[![Issues](https://camo.githubusercontent.com/4c49c072c52740dafcea8e93d83c3ca9e0c3c5273b477a72ef5d6bfedb5a342e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f70726174696b73683430342f646f63747970655f6c616e64696e675f70616765)](https://github.com/pratiksh404/doctype_landing_page/issues)[![Stars](https://camo.githubusercontent.com/bf231bb3858da03507162a9e5a0f300655751fa7d087e4d29ae4c8ad55eecf02/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f70726174696b73683430342f646f63747970655f6c616e64696e675f70616765)](https://github.com/pratiksh404/doctype_landing_page/stargazers)

Laravel 7 Admin Panel Landing Page for lazy developers.
-------------------------------------------------------

[](#laravel-7-admin-panel-landing-page-for-lazy-developers)

### Installation

[](#installation)

Run Composer Require Command

```
composer require doctype_admin/landing_page
```

### Install package assets

[](#install-package-assets)

#### Install all assets

[](#install-all-assets)

```
php artisan DoctypeAdminLanding:install -a
```

This command will publish

- config file named landing.php
- views files
- migrations files
- seed files
- landing page assets
- larecipe

#### Install config file only

[](#install-config-file-only)

```
php artisan DoctypeAdminLanding:install -c
```

#### Install view files only

[](#install-view-files-only)

```
php artisan DoctypeAdminLanding:install -f
```

#### Install migrations files only

[](#install-migrations-files-only)

```
php artisan DoctypeAdminLanding:install -m
```

#### Install seed files only

[](#install-seed-files-only)

```
php artisan DoctypeAdminLanding:install -d
```

#### Install seed assets only

[](#install-seed-assets-only)

```
php artisan DoctypeAdminLanding:install -l
```

#### Install seed documentation only

[](#install-seed-documentation-only)

```
php artisan DoctypeAdminLanding:install -g
```

Then migrate database
---------------------

[](#then-migrate-database)

```
php artisan migrate
```

This Package includes three seed

- LandingsTableSeeder
- FeaturesTableSeeder
- ServicesTableSeeder

publish the seeds if haven't then initialize them in DatabaseSeeder.php

```
