uisits/starter

The skeleton application for the Laravel framework.

v0.0.1 2023-11-08 00:55 UTC

This package is not auto-updated.

Last update: 2025-03-11 21:14:21 UTC


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.