timurmelnikov / Laravel-UI-Pages-Skeleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel UI: Bootstrap Pages Skeleton

Laravel boilerplate repository to create simple demo-projects. It allows to quickly add new routes/pages, and has examples of a table page, and a form page.

It uses the Starter Kit Laravel UI based on Bootstrap framework.

Laravel UI Table page

Laravel UI Form page


How to use

Clone this project to your local computer.

git clone https://github.com/LaravelDaily/Laravel-UI-Pages-Skeleton.git

Navigate to the project folder.

cd Laravel-UI-Pages-Skeleton/

Install required packages.

composer install

create new .env file and edit database credentials there.

cp .env.example .env

Generate new app key.

php artisan key:generate

Run migrations. (it has some seeded data for your testing)

php artisan migrate --seed

That's it: launch the main URL


More from our LaravelDaily Team

About


Languages

Language:PHP 67.9%Language:Blade 31.5%Language:Shell 0.6%