<-- Sorry for mistakes (using Google Translated) -->
Laravel Backend / Fronted Structure
!!Please, DON'T upgrade previous version from current Master branch!!
- Clone this repository to your local machine.
- Once the repository is cloned, navigate into the project directory (using the cd command on your cmd or terminal).
- Install the project dependencies using Composer. In the project directory, run the composer install on your cmd or terminal.
- Copy .env.example file to .env on the root folder.
- Generate a new application key by running command php artisan key:generate
- Configure APP_ADMIN_PREFIXURL in .env file. It's subdomain for Backend starting. For example, APP_ADMIN_PREFIXURL=admin => http://admin.site.com
- "Common" directory contains common files (configs, service providers, etc.) for the Frontend and Backend sides of the site.
- You can also define your own necessary components for each side of the site separately. For an example, see frontend{or backend}/config/liveware.php.
The Laravel framework is open-sourced software licensed under the MIT license.