Skip to content

arion85/laravel-backend-frontend

Repository files navigation

Laravel Logo

<-- Sorry for mistakes (using Google Translated) -->

Laravel Backend / Fronted Structure

!!Please, DON'T upgrade previous version from current Master branch!!

Install

  1. Clone this repository to your local machine.
  2. Once the repository is cloned, navigate into the project directory (using the cd command on your cmd or terminal).
  3. Install the project dependencies using Composer. In the project directory, run the composer install on your cmd or terminal.
  4. Copy .env.example file to .env on the root folder.
  5. Generate a new application key by running command php artisan key:generate
  6. Configure APP_ADMIN_PREFIXURL in .env file. It's subdomain for Backend starting. For example, APP_ADMIN_PREFIXURL=admin => http://admin.site.com

Note

  1. "Common" directory contains common files (configs, service providers, etc.) for the Frontend and Backend sides of the site.
  2. 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.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Separate structure for the Frontend and Backend parts of the laravel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages