danidoble/laravel-skeleton

The Laravel Framework with other plugins.

v0.0.1 2023-05-06 16:50 UTC

This package is auto-updated.

Last update: 2024-05-06 18:57:01 UTC


README

This is a skeleton project for Laravel 10. It includes the following packages:

Installation

composer create-project danidoble/laravel-skeleton
cd laravel-skeleton
cp .env.example .env
php artisan key:generate
php artisan storage:link
php artisan migrate
npm install
npm run dev