Best laravel framework open-source packages.

Dev site

A website about me that I develop in my spare time.
Updated 4 months ago

My beautiful website project

This is a home project to demonstrate the techniques I have learned.

Build Status

Please enjoy your stay!

Technologies used

  • Laravel PHP framework
  • Vue.js
  • Tailwind.js
  • Scss
  • Webpack (laravel mix)
  • Docker, docker compose

Dev env launch

Manual

  • Install PHP 8.2, Composer, Node LTS, yarn
  • Run composer install
  • Run yarn install
  • Run yarn run watch
  • Use php web server to run public/index.php file

Using Docker container

docker-compose up --build -d

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.