2017 © Pedro PelĆ”ez
 

library core

laravel

image

linnella/core

laravel

  • Sunday, June 24, 2018
  • by val3x
  • Repository
  • 0 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

Requirements

  • PHP >= 7.0.0
  • Laravel >= 5.5.0
  • Fileinfo PHP Extension

Installation

This package requires PHP 7+ and Laravel 5.5, (*1)

First, install laravel 5.5, and make sure that the database connection settings are correct., (*2)

composer require linnella/core:dev-master

Then run these commands to publish assets and config:, (*3)

php artisan vendor:publish --provider="Core\Admin\AdminServiceProvider"

After run command you can find config file in config/admin.php, in this file you can change the install directory,db connection or table names., (*4)

At last run following command to finish install., (*5)

php artisan admin:install

Open http://localhost/admin/ in browser,use username admin and password admin to login., (*6)

Configurations

The file config/admin.php contains an array of configurations, you can find the default configurations in there., (*7)

License

The MIT License (MIT)., (*8)

The Versions