Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simoebenhida/laravel-starter
https://github.com/simoebenhida/laravel-starter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/simoebenhida/laravel-starter
- Owner: simoebenhida
- License: mit
- Created: 2018-07-03T14:44:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T17:56:16.000Z (about 6 years ago)
- Last Synced: 2024-08-02T13:21:51.825Z (4 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-morocco - Laravel Starter - starter.svg?style=social)](https://github.com/simoebenhida/laravel-starter/stargazers) - A laravel start that has all the stuff that i need when creating a fresh laravel app. By [@simoebenhida](https://github.com/simoebenhida) (Uncategorized / Uncategorized)
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
```