Download the PHP package lukevincent/laravel-govuk-preset without Composer
On this page you can find all versions of the php package lukevincent/laravel-govuk-preset. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lukevincent/laravel-govuk-preset
More information about lukevincent/laravel-govuk-preset
Files in lukevincent/laravel-govuk-preset
Download lukevincent/laravel-govuk-preset
More information about lukevincent/laravel-govuk-preset
Files in lukevincent/laravel-govuk-preset
Vendor lukevincent
Package laravel-govuk-preset
Short Description A Laravel preset for https://github.com/alphagov/govuk-frontend, including optional auth scaffolding.
License MIT
Package laravel-govuk-preset
Short Description A Laravel preset for https://github.com/alphagov/govuk-frontend, including optional auth scaffolding.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-govuk-preset
Laravel 5.7+ Frontend preset for GOV.UK Frontend
A Laravel front-end scaffolding preset for GOV.UK Frontend.
GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.
Current version: GOV.UK Frontend 2.11.0
Usage
- Fresh install Laravel >= 5.8.0 and cd to your app.
- Install this preset via
composer require lukevincent/laravel-govuk-preset
. Laravel will automatically discover this package. No need to register the service provider. - Use
php artisan preset govuk
for the basic GOV.UK Frontend preset OR usephp artisan preset govuk-auth
for the basic preset, auth route entry and GOV.UK Frontend auth views in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries inroutes/web.php
) npm install && npm run dev
- Configure your favorite database (mysql, sqlite etc.)
php artisan migrate
to create basic user tables.php artisan serve
(or equivalent) to run server and test preset.
GOV.UK Frontend resources
A Quick-start guide is provided by the GOV.UK Frontend maintainers. As well as a design system containing background research, styles, components, patterns and community links.
All versions of laravel-govuk-preset with dependencies
PHP Build Version
Package Version
No informations.
The package lukevincent/laravel-govuk-preset contains the following files
Loading the files please wait ....