Skip to content

uisits/laravel-template

Repository files navigation

UIS ITS - Laravel Template

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.