PHPackages                             sourcya/boilerplate - 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. sourcya/boilerplate

AbandonedArchivedLibrary

sourcya/boilerplate
===================

Sourcya Laravel BoilerPlate Box

1.0.8(6y ago)1251[1 issues](https://github.com/sourcya/boilerplate/issues)MITPHP

Since Sep 5Pushed 6y ago2 watchersCompare

[ Source](https://github.com/sourcya/boilerplate)[ Packagist](https://packagist.org/packages/sourcya/boilerplate)[ Docs](https://github.com/sourcya/boilerplate)[ RSS](/packages/sourcya-boilerplate/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (9)Dependencies (14)Versions (11)Used By (0)

### Sourcya Laravel Boilerplate

[](#sourcya-laravel-boilerplate)

#### About the Project

[](#about-the-project)

> Sourcya Laravel boilerplate developed by [Sourcya](https://sourcya.com) developers depending on [Concord Package](https://github.com/artkonekt/concord) modular concept, so this is also a [Concord Box](https://artkonekt.github.io/concord/#/boxes)

Installation

> Requires Composer and php7.\*

- Install fresh Laravel app on your web server

```
$ composer create-project --prefer-dist laravel/laravel dev "5.8.*"

```

- Create a new MySql Database with charset UTF8mb4 (IMPORTANT)

> use phpmyadmin if you have it connected to your MySql/MariaDB host, or follow the following approach

```
# Connect to Mysql, if host is not on the same machine, add the host flag like this -h
mysql -u  -p

# After successful login you will have the mysql or mariadb terminal access
mysql> create database  character set UTF8mb4 collate utf8mb4_unicode_ci;

```

- Update the .env file with your db credentials
- Install latest version of the package

```
$ composer require sourcya/boilerplate

```

> Edit config/concord.php and add your boxes service providers: (TODO: manage this file to be added by composer)

```
