Base project structure generator for Laravel 8+ empty projects. Uses TailwindCSS and VueJs
akizor/scaffold is a Laravel package for base project structure generator for laravel 8+ empty projects. uses tailwindcss and vuejs.
It currently has 2 GitHub stars and 81 downloads on Packagist (latest version 1.0.1).
Install it with composer require akizor/scaffold.
Discover more Laravel packages by akizor
or browse all Laravel packages to compare alternatives.
Last updated
Base project structure generator for Laravel 8+ empty projects. Uses TailwindCSS and VueJs
Install via composer
composer require akizor/scaffold
php artisan scaffold:general
After everything is installed, you'll be prompted what steps needs to be done.
# Development mode
npm run watch
# Production mode
npm run prod
Packages scaffold a base project structure for an empty Laravel 8+ project.
Carefull, the following files will be overwritten by the generator. Make sure you check them.
FrontendServiceProvider.phpHomeController.phpapp.jsboostrap.jsapp.scssbase.scsscomponents.scssutilities.scssapp.blade.phpage-gate.blade.phpanalytics.blade.phpfavicon.blade.phpfooter.blade.phpheader.blade.phpmeta.blade.phphome.blade.phpfrontend.phptailwind.config.jswebpack.mix.jsInstalls Laravel-Mix, TailwindCSS (JIT mode included), VueJS and the build tools & configuration required by Laravel Mix to build assets.
webpack.mix.js and tailwind.config.js are preconfigured.
If you discover any security related issues, please email instead of using the issue tracker.
Daniel Placinta