Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.05 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.05 KB

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.