Coder Social home page Coder Social logo

ethanliew / boilerplate-laravel-adminlte Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jomarsilio/boilerplate-laravel-adminlte

0.0 2.0 0.0 3.18 MB

Laravel 5.5 - AdminLTE - Bootstrap 4 Boilerplate

Dockerfile 0.54% PHP 73.03% HTML 26.42%

boilerplate-laravel-adminlte's Introduction

Laravel/AdminLTE/Bootstrap 4 Boilerplate

Laravel Bootstrap 4.0.0-beta.2

This package is to be served as a basis for a web application.

Features

Installation

1. In order to install Laravel/AdminLTE Boilerplate run :

git clone https://github.com/jomarsilio/AdminLTE.git

2. Copy .env file:

$ cp .env.example .env

3. Install Docker:

4. Built docker container:

$ docker-compose build
$ docker-compose up -d

If necessary, you can access the containers via SSH:

$ docker-compose exec web bash
$ docker-compose exec db bash

5. Install the dependencies in the container and compile the assets:

$ docker-compose run web php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && php composer-setup.php && php -r "unlink('composer-setup.php');"
$ docker-compose run web php composer.phar install
$ docker-compose run web npm install
$ docker-compose run web ./node_modules/.bin/bower install --allow-root
$ docker-compose run web npm run dev
$ docker-compose run web chmod 0777 storage -R
$ docker-compose run web chmod 0777 bootstrap/cache -R

6 . Run the command below to generate teh application key:

$ docker-compose run web php artisan key:generate

And then, copy the new key to .env.example and .env file.

7 . Run the command below to execute the database migrations:

$ docker-compose run web php artisan migrate --seed

8 . Run the command below to create the permissions in the database:

$ docker-compose run web php artisan permission:create

boilerplate-laravel-adminlte's People

Contributors

jomarsilio avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.