Skip to content
← Back to projects

Laravel UI Pages Skeleton

The Laravel Framework.

#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

New version available.