Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simoebenhida/laravel-starter


https://github.com/simoebenhida/laravel-starter

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 🚀 Laravel Starter Pack

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](https://tailwindcss.com)
- [postcss-nesting](https://github.com/jonathantneal/postcss-nesting) for nested CSS support
- [Purgecss](https://www.purgecss.com/), via [spatie/laravel-mix-purgecss](https://github.com/spatie/laravel-mix-purgecss)
- [Vue.js](https://vuejs.org/)
- You can Removes Bootstrap and jQuery
- It Adds a simple Tailwind-tuned default layout template
- Replaces the `welcome.blade.php` template with one that extends the main layout

## Installation

```
composer require mohamedbenhida/laravelstart --dev
```

Finally, run this command:

```
php artisan start
```