Download the PHP package kleiven/laravel-ui without Composer
On this page you can find all versions of the php package kleiven/laravel-ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kleiven/laravel-ui
More information about kleiven/laravel-ui
Files in kleiven/laravel-ui
Package laravel-ui
Short Description With a single Artisan command, in a fresh Laravel application, you get up and running with a fully functional Single Page Application (SPA) using Vue and Vue Router ready for you to build something wonderful.
License MIT
Homepage https://github.com/kleiven/laravel-ui
Informations about the package laravel-ui
Front end scaffolding for Laravel
This package adds front end scaffolding to your Laravel application.
Once installed in a fresh Laravel application you quickly get a basic starting point.
To get up and running with a Single Page Application (SPA) just run the following Artisan command:
Then your Laravel application will be set up with a fully functional SPA using Vue and Vue Router ready for you to build something wonderful. The scaffolded front end is based on the bootstrap Cover template. Future releases will add more choices so you may chose the starting point that fits your application best.
Installation
Use Composer to install this package:
Now you may scaffold you front end using the Artisan command:
Also, remember to run npm install
to install added dependencies such as bootstrap, vue and vue-router.
Available scaffolds
This package declares preset macros using Laravel's UiCommand
. Therefore all front end scaffolding may be installed using the Ui
Artisan command.
Since March 2020 there is a new kid in town and for now there has only been time to make 1 preset, but more will follow. The following table lists all presets available for the current package version.
Preset | Install command |
---|---|
spa-bootstrap-cover | php artisan ui spa-bootstrap-cover |
Contributing
Hopefully it will be possible to contribute with your presets in the future.
License
This package is licensed under the MIT license.
All versions of laravel-ui with dependencies
illuminate/filesystem Version ^7.0
illuminate/support Version ^7.5
laravel/ui Version ^2.0