Skip to content

Laravel Skeleton - Start Skeleton for Weble Projects

Notifications You must be signed in to change notification settings

Weble/laravel-skeleton

 
 

Repository files navigation

Weble - Laravel Skeleton

The skeleton application for any Weble Laravel project.

This skeleton comes with

  • a few packages
  • common setup and structure
  • useful common tools

Installation

  • composer create-project weble/laravel-skeleton:dev-main {project-name}
  • cd {project-name}
  • composer install
  • php artisan migrate
  • php artisan db:seed

Deployment

The skeleton comes with preconfigured code styling and testing for Github Actions.

When in production, remember to add the scheduler settings to the server.

* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1

Packages

Default Settings

  • User Seeder with [email protected] as the admin user than can login into filament
  • Model strict settings
  • Model unguarded
  • Model relation aliases
  • Blade layouts using components
  • Preconfigured Tailwind CSS in the frontend
  • Italian and English language installed via https://laravel-lang.com/
  • CookieBar setup with GTM integration

About

Laravel Skeleton - Start Skeleton for Weble Projects

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 55.6%
  • CSS 35.0%
  • JavaScript 8.7%
  • Blade 0.7%