Skip to content

A simple onlilne admission application built with Laravel 11 and livewire.

Notifications You must be signed in to change notification settings

JacobDeepu/online-admission

Repository files navigation

About Online Admission

A simple onlilne admission application built with Laravel 11 and livewire.

Installation

  • Clone the repo git clone https://github.com/JacobDeepu/online-admission.git.
  • Install composer dependencies composer install.
  • Install node dependencies npm install.
  • Copy .env.example to .env.
  • Add database credentials to .env.
  • Generate application key php artisan key:generate.
  • Migrate and seed database php artisan migrate --seed.
  • Symlink storage php artisan storage:link.
  • Laravel development server php artisan serve.
  • Vite development server npm run dev.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

A simple onlilne admission application built with Laravel 11 and livewire.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages