/laravel-starter-ca

Estructura inicial per a un Laravel en Català

Primary LanguagePHP

Laravel starter kit -ca

This is my personal starter kit for laravel 7.x+ in catalan

Features

Laravel

Node

Installation

  • git clone
  • run composer install
  • run npm install
  • run npm run dev
  • Create the .env file by copying and renaming .env.example, which already includes some extra configurations values.
  • run php artisan key:generate
  • run php artisan migrate

Optional configurations and usage

Scout

If you want to use scout searches, add laravel scout trait to any model you would like to make searchable (https://laravel.com/docs/5.8/scout#installation)

Localization

Comment out any languages you want to localize the website to on config/laravellocalization.php

More on how to use laravel localization on https://github.com/mcamara/laravel-localization#usage

Cookie consent

Usage: https://github.com/spatie/laravel-cookie-consent#usage

Captcha

Usage and config on https://packagist.org/packages/mews/captcha