Skip to content

mindtwo/laravel-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mindtwo GmbH

Laravel Starter Kit

A Laravel 12 starter kit with Filament, Tailwind and Typescript

documentation



Index

> Related Projects ................................................................. 
> Installation ..................................................................... 
> Linting .......................................................................... 
> Tests ............................................................................ 
> Documentation .................................................................... 

Related Projects

  • Any related project

Installation

Clone and set up the project:

git clone git@github.com:mindtwo/laravel-starter-kit.git your-project-name
cd your-project-name
just --list # Check out available tasks
just setup

Your application should now be running at https://your-project-name.test.

Make sure you read the getting started guide.

Linting

To lint (and fix) your PHP code, run the following command:

just lint

Make sure your code passes before pushing, since otherwise the build will fail and your pull request won't be merged.

Tests

Run the tests with just test. This will run both unit and integration tests. A code coverage report can be generated with just coverage. This will take significantly longer than just running the tests normally.

Documentation

The documentation can be found at mindtwo.github.io/laravel-starter-kit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors