basribasren / boilerplate-laravel-bootstrap

boilerplate for create web using laravel v5 with bootstrap admin theme. Tools : Laravel, Bootstrap, Webpack, composers, artisan, bootstrap admin theme.

Home Page:https://boilerplate-laravel-dashboard.herokuapp.com/dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boilerplate-laravel-bootstrap

Build Status CircleCI dependencies Status GitHub All Releases GitHub license GitHub last commit

boilerplate for create web using laravel v5 with bootstrap admin theme. Tools : Laravel, Bootstrap, Webpack, compoers, artisan, bootstrap admin theme.

Available Link

To see Demo of ColorLib App Landing Page Theme you can accses this link : https://boilerplate-laravel-dashboard.herokuapp.com/
To see Demo of Adminator Dashboard Theme, you can accses this link : https://boilerplate-laravel-dashboard.herokuapp.com/dashboard
To see Demo of Swagger Documentation Api, you can accses this link : https://boilerplate-laravel-dashboard.herokuapp.com/api/documentation

Ecosystem

Project Status Description
laravel laravel-status A PHP framework for web artisans.

Folder Structure

After creation, your project should look like this:

my-app/
├── node_modules/
├── vendor/
├── app/
│   └── .../
│   └── .../
│   └── Http/
│   └── .../
│   └── User.php
├── .../
├── .../
├── .../
├── public/
│   └── assets/
├── resources/
│   └── assets/
│   	└── css/
│   	└── js/
│   	└── .../
│   └── .../
│   └── views/
├── routes/
├── .../
├── .../
├── composer.json
├── package.json
├── Procfile.js
└── webpack.mix.js

Available Scripts

In the project directory, you can run:

npm install

Runs this command to install npm dependencies
result will in the node_modules folder

composer install

Runs this command to install composer dependencies
result will in the vendor folder

php artisan list

To view a list of all available Artisan commands, you may use the list command
to view list artisan command articel Artisan Command

npm run dev

Run webpack to create assets in public folder in development mode.

npm run watch

Run webpack to create assets in public folder in watch mode.

npm run hot

Builds the app for production to the dist folder.

npm run production

Run webpack to create assets in public folder in production mode

Maintainers


Basri Basren

Something Missing?

If you have ideas for more “How To” recipes that should be on this page, let us know

License

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

About

boilerplate for create web using laravel v5 with bootstrap admin theme. Tools : Laravel, Bootstrap, Webpack, composers, artisan, bootstrap admin theme.

https://boilerplate-laravel-dashboard.herokuapp.com/dashboard

License:MIT License


Languages

Language:HTML 62.3%Language:PHP 37.7%