uisits/starter

The skeleton application for the Laravel framework.

Installs: 38

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 3

Type:project

pkg:composer/uisits/starter


README

This is a template application that provides a starting point for application development using Laravel at UIS ITS.

Stack

  • Laravel 11.x
  • Filament 3.x

Features

Setting up for new project.

  • From the GitHub home page for the repository click on "Use this template" button to clone and create a new repository.
  • Then from the newly created repository clone the project.
  • Run composer install && npm install
  • Setup your .env file.
  • Run php artisan migrate
  • Run npm run build
  • The application should now be live to preview on the browser.