mohamedbenhida / laravelstart
Laravel Starter
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mohamedbenhida/laravelstart
Requires
- laravel/framework: ^5.6
 
This package is auto-updated.
Last update: 2025-10-09 07:28:23 UTC
README
I created this package because each time when i create a laravel package i need to make this changements so is better if i just run a command line and the same routine can be directly apply.
What it includes:
- Add Database credentials on .env file
 - Ask you if you like to add tailwindcss
 - Ask you if you like to remove bootstrap and jquery.
 - Tailwind CSS
 - postcss-nesting for nested CSS support
 - Purgecss, via spatie/laravel-mix-purgecss
 - Vue.js
 - You can Removes Bootstrap and jQuery
 - It Adds a simple Tailwind-tuned default layout template
 - Replaces the 
welcome.blade.phptemplate with one that extends the main layout 
Installation
composer require mohamedbenhida/laravelstart --dev
Finally, run this command:
php artisan start