codetiv/web-starter

There is no license information available for the latest version (1.2) of this package.

1.2 2025-05-26 10:37 UTC

This package is auto-updated.

Last update: 2025-05-26 10:38:06 UTC


README

Logo

Web template

This is a base Laravel based website template

Installation using create-project

composer create-project codetiv/web-starter <folder_name>

Installation using git clone

1. clone the repository

git clone <repository_url> <folder_name>

2. install dependencies

composer install

3. copy the environment file

(you can also do this manually)

cp .env.example .env

4. generate key for application

php artisan key:generate

5. migrate database

(it can also create new database)

php artisan migrate

6. install front end dependencies

npm install