tokoiwesley/laravel-preset is a Laravel package for a custom laravel preset.
It currently has 0 GitHub stars and 8 downloads on Packagist (latest version v1.0.0).
Install it with composer require tokoiwesley/laravel-preset.
Discover more Laravel packages by tokoiwesley
or browse all Laravel packages to compare alternatives.
Last updated
This is a package for creating a custom frontend (JavaScript and CSS) scaffolding in Laravel other than the default (Bootstrap and Vue) scaffolding that ships with Laravel.
This package is inspired by How to Create Custom Laravel Presets series on Laracasts. You may use the package in your projects if you find it useful since I have tailored the custom frontend scaffolding included to my own personal needs. You may as well fork the project to add your personal preferences if you so wish.
To install the package use the following command:
composer require tokoiwesley/laravel-preset
Note: This package is compatible with Laravel 5.7+ due to the flattening of the resources/assets directory.
Use the preset artisan command in combination with the custom option to create the custom scaffolding in your application. Next, run "npm install && npm run dev" to compile the custom scaffolding.
php artisan preset custom
npm install && npm run dev
That's all!
This project is licensed under the terms of the MIT license.